summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2014-03-27 10:37:36 +0100
committerTom Rini <trini@ti.com>2014-03-31 11:19:41 -0400
commit96de041ed9d91f87e59a1bf55dfa35d5caec8b26 (patch)
tree4ab9d023b53db886553de1e141e1a7ce2d3c57ef /include
parentab6423cae0323e8db2c8fdd0a99138d93fde2137 (diff)
downloadblackbird-obmc-uboot-96de041ed9d91f87e59a1bf55dfa35d5caec8b26.tar.gz
blackbird-obmc-uboot-96de041ed9d91f87e59a1bf55dfa35d5caec8b26.zip
board: enable 32kHz RTC OSC at B&R boards
Since RTC-Clock is needed on all B&R boards, the OSC will be enabled wihtin SPL-stage. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include')
-rw-r--r--include/configs/bur_am335x_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 7bbe5964ae..7adc8c0fd7 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -22,7 +22,7 @@
/* Timer information */
#define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
#define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
-
+#define CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC /* enable 32kHz OSC at bootime */
#define CONFIG_SPL_POWER_SUPPORT
#define CONFIG_POWER_TPS65217
OpenPOWER on IntegriCloud