summaryrefslogtreecommitdiffstats
path: root/include/configs/tseries.h
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-02-03 13:22:29 +0100
committerTom Rini <trini@konsulko.com>2015-03-05 20:13:17 -0500
commitdf7709455d47669ec4018fb004a05cfb161c5e2c (patch)
tree4bce067dac7360d6d2d402c31ea1e6b9169c9822 /include/configs/tseries.h
parentcf1331f85397d0612eec028061aeb308f505ab24 (diff)
downloadblackbird-obmc-uboot-df7709455d47669ec4018fb004a05cfb161c5e2c.tar.gz
blackbird-obmc-uboot-df7709455d47669ec4018fb004a05cfb161c5e2c.zip
board/BuR/tseries: Enable U-Boot BOOTCOUNT feature
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/tseries.h')
-rw-r--r--include/configs/tseries.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index 368f588fa8..7fd0a00277 100644
--- 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)
OpenPOWER on IntegriCloud