aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-14 13:36:36 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commit2196a4a7efa8bb9bb5f28617611300d7d06efa5b (patch)
tree41bf17d0c21d8d9210be04773e59950ad0ee3da6 /include/configs
parentba1ed5b022c6f6360e2fd514c3855f89eaa8d353 (diff)
downloadu-boot-2196a4a7efa8bb9bb5f28617611300d7d06efa5b.zip
u-boot-2196a4a7efa8bb9bb5f28617611300d7d06efa5b.tar.gz
u-boot-2196a4a7efa8bb9bb5f28617611300d7d06efa5b.tar.bz2
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/s5p_goni.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 14840a4..e3b091a 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -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