diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-04-02 06:43:09 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-04-02 06:43:09 +0200 |
commit | da0c5748a315ea8852a85b8af9638571cce0fe94 (patch) | |
tree | 665ae6470ceba35034ee604b52396ecb2ef19860 /include | |
parent | 352580870ca64b23a485a6b2ba6febc240b10904 (diff) | |
parent | 96de041ed9d91f87e59a1bf55dfa35d5caec8b26 (diff) | |
download | u-boot-imx-da0c5748a315ea8852a85b8af9638571cce0fe94.zip u-boot-imx-da0c5748a315ea8852a85b8af9638571cce0fe94.tar.gz u-boot-imx-da0c5748a315ea8852a85b8af9638571cce0fe94.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/bur_am335x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index 7bbe596..7adc8c0 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 |