From f519b3649156ee6d7945f7003cf8934bd9b39f1e Mon Sep 17 00:00:00 2001 From: Fabien Parent Date: Tue, 29 Nov 2016 14:23:36 +0100 Subject: ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig Clean config headers by moving CONFIG_SYS_DA850_PLL_INIT away to a Kconfig file. Signed-off-by: Fabien Parent Reviewed-by: Tom Rini --- include/configs/da850evm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/da850evm.h') diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 3560115..1f3b003 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_PLL_INIT #define CONFIG_SYS_DA850_DDR_INIT #ifdef CONFIG_DIRECT_NOR_BOOT -- cgit v1.1