projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1331f
)
board/BuR/tseries: Enable U-Boot BOOTCOUNT feature
author
Hannes Petermaier
<oe5hpm@oevsv.at>
Tue, 3 Feb 2015 12:22:29 +0000
(13:22 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 6 Mar 2015 01:13:17 +0000
(20:13 -0500)
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
include/configs/tseries.h
patch
|
blob
|
history
diff --git
a/include/configs/tseries.h
b/include/configs/tseries.h
index 368f588fa877699c1af153e91bc1aac7749e1a00..7fd0a00277ba9b9a0ac293a013e3fd820a988e9c 100644
(file)
--- a/
include/configs/tseries.h
+++ b/
include/configs/tseries.h
@@
-23,6
+23,10
@@
#define CONFIG_HW_WATCHDOG
#define CONFIG_OMAP_WATCHDOG
#define CONFIG_SPL_WATCHDOG_SUPPORT
+/* Bootcount using the RTC block */
+#define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000
+#define CONFIG_BOOTCOUNT_LIMIT
+#define CONFIG_BOOTCOUNT_AM33XX
/* Clock Defines */
#define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK)