Commit 787011834ee59f5abf10fdef5a1fc14f89e8e9c0

Authored by Tom Rini
1 parent ae1a74ebe7

am335x_evm: Correct BOOTCOUNT driver support

We need to set the 'BE' flag here for things to work right.

Signed-off-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/am335x_evm.h
... ... @@ -223,6 +223,7 @@
223 223 /* Bootcount using the RTC block */
224 224 #define CONFIG_BOOTCOUNT_LIMIT
225 225 #define CONFIG_BOOTCOUNT_AM33XX
  226 +#define CONFIG_SYS_BOOTCOUNT_BE
226 227  
227 228 /* USB gadget RNDIS */
228 229 #define CONFIG_SPL_MUSB_NEW_SUPPORT