arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace
The values CONFIG_SYS_CLK_FREQ_C100 and CONFIG_SYS_CLK_FREQ_C110 are only used in one place and not changed by the board config file. Move these out of the CONFIG namespace and in to the CFG namespace. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <asm/arch/cpu.h> /* get chip and board defs */
|
||||
|
||||
/* input clock of PLL: has 24MHz input clock at S5PC110 */
|
||||
#define CONFIG_SYS_CLK_FREQ_C110 24000000
|
||||
|
||||
/* DRAM Base */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x30000000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user