projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1a74e
)
am335x_evm: Correct BOOTCOUNT driver support
author
Tom Rini
<trini@ti.com>
Fri, 3 Oct 2014 19:57:00 +0000
(15:57 -0400)
committer
Tom Rini
<trini@ti.com>
Fri, 10 Oct 2014 13:44:45 +0000
(09:44 -0400)
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
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index e2f7ead9bc32e3040f73547b173317f5ca3ea504..476430ddd08310853c6e3ea6df9dfcb26b28f9a4 100644
(file)
--- 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