[U-Boot] [PATCH] am335x_evm: Correct BOOTCOUNT driver support

3 Oct
2014
3 Oct
'14
9:57 p.m.
We need to set the 'BE' flag here for things to work right.
Signed-off-by: Tom Rini trini@ti.com --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e2f7ead..476430d 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
--
1.7.9.5

10 Oct
10 Oct
4:42 p.m.
New subject: [U-Boot] am335x_evm: Correct BOOTCOUNT driver support
On Fri, Oct 03, 2014 at 03:57:00PM -0400, Tom Rini wrote:
We need to set the 'BE' flag here for things to work right.
Signed-off-by: Tom Rini trini@ti.com
Applied to u-boot/master, thanks!
--
Tom
3868
Age (days ago)
3875
Last active (days ago)
1 comments
1 participants
participants (1)
-
Tom Rini