From: Tom Rini Date: Fri, 3 Oct 2014 19:57:00 +0000 (-0400) Subject: am335x_evm: Correct BOOTCOUNT driver support X-Git-Tag: v2014.10~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=787011834ee59f5abf10fdef5a1fc14f89e8e9c0;p=u-boot am335x_evm: Correct BOOTCOUNT driver support We need to set the 'BE' flag here for things to work right. Signed-off-by: Tom Rini --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e2f7ead9bc..476430ddd0 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -223,6 +223,7 @@ /* Bootcount using the RTC block */ #define CONFIG_BOOTCOUNT_LIMIT #define CONFIG_BOOTCOUNT_AM33XX +#define CONFIG_SYS_BOOTCOUNT_BE /* USB gadget RNDIS */ #define CONFIG_SPL_MUSB_NEW_SUPPORT