summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-03 15:57:00 -0400
committerTom Rini <trini@ti.com>2014-10-10 09:44:45 -0400
commit787011834ee59f5abf10fdef5a1fc14f89e8e9c0 (patch)
treeabf256c5b8c46ef4a075d1209357e0d2edfdb4c7 /include/configs/am335x_evm.h
parentae1a74ebe7b4627205703f19e60c1c2c2fa06c73 (diff)
downloadtalos-obmc-uboot-787011834ee59f5abf10fdef5a1fc14f89e8e9c0.tar.gz
talos-obmc-uboot-787011834ee59f5abf10fdef5a1fc14f89e8e9c0.zip
am335x_evm: Correct BOOTCOUNT driver support
We need to set the 'BE' flag here for things to work right. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index e2f7ead9bc..476430ddd0 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
OpenPOWER on IntegriCloud