summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_am335x_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-11-08 13:53:14 -0500
committerTom Rini <trini@ti.com>2013-11-11 12:17:35 -0500
commitabcaa6ee2a7f2648d967ad29fbc6a27acd13658c (patch)
treebd93e9631741294ccea8dfd0eb65000fb621724e /include/configs/ti_am335x_common.h
parentebc18afd0a150b0285c643a4d3c898e19323683b (diff)
downloadtalos-obmc-uboot-abcaa6ee2a7f2648d967ad29fbc6a27acd13658c.tar.gz
talos-obmc-uboot-abcaa6ee2a7f2648d967ad29fbc6a27acd13658c.zip
am33xx: Make SoC bootcount driver have its own symbol
Some am33xx boards may not use the RTC block for bootcount (as it may not be wired up for the board) and use some other facility. So add another symbol for the bootcount driver for the IP block. Acked-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r--include/configs/ti_am335x_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 0f6fa6254f..4364eef7ba 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -43,9 +43,9 @@
/*
* RTC related defines. To use bootcount you must set bootlimit in the
- * environment to a non-zero value.
+ * environment to a non-zero value and enable CONFIG_BOOTCOUNT_LIMIT
+ * in the board config.
*/
-#define CONFIG_BOOTCOUNT_LIMIT
#define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000
/* Enable the HW watchdog, since we can use this with bootcount */
OpenPOWER on IntegriCloud