summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_am335x_common.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2013-11-04 14:05:00 +0100
committerTom Rini <trini@ti.com>2013-11-11 12:16:30 -0500
commit16678eb40f287067dd8ad5a4e5208fbfe94e0e76 (patch)
treeab8b73eade6f2b5afaa29b9db3a2e205d7968049 /include/configs/ti_am335x_common.h
parenteda0ba38a8dfd2572089bd229a027d497c340158 (diff)
downloadtalos-obmc-uboot-16678eb40f287067dd8ad5a4e5208fbfe94e0e76.tar.gz
talos-obmc-uboot-16678eb40f287067dd8ad5a4e5208fbfe94e0e76.zip
arm, am33x: make RTC32K OSC enable configurable
As http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast states: "Initialize devices only when they are needed within U-Boot" enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is enabled. Enable this in ti_am335x_common.h, so all boards in mainline should work as before. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r--include/configs/ti_am335x_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 10fe47f4d6..0f6fa6254f 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -18,6 +18,7 @@
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */
#define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
+#define CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
#include <asm/arch/omap.h>
OpenPOWER on IntegriCloud