diff options
author | Fabien Parent | 2016-11-29 14:23:37 +0100 |
---|---|---|
committer | Tom Rini | 2016-12-03 13:21:12 -0500 |
commit | b31bf37a38a6cc4a0b358563d2b04680f198d3b9 (patch) | |
tree | 7d1fda4b109522eabd6f1fe8875db77b7e27bd8e /include/configs/da850evm.h | |
parent | f519b3649156ee6d7945f7003cf8934bd9b39f1e (diff) |
ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig
Clean config headers by moving CONFIG_SYS_DA850_DDR_INIT away to a
Kconfig file.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 1f3b003c251..18a8e26a228 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -31,7 +31,6 @@ #define CONFIG_SYS_OSCIN_FREQ 24000000 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_DA850_DDR_INIT #ifdef CONFIG_DIRECT_NOR_BOOT #define CONFIG_ARCH_CPU_INIT |