From 33d88183506f46ab618d1a5211268ae40df092de Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Tue, 13 Jan 2015 18:49:01 +0300 Subject: Kconfig: move CONFIG_SYS_CLK_FREQ to Kconfig It makes sense to specify CONFIG_SYS_CLK_FREQ in "configs/xx_defconfig" instead of "include/configs/xxx.h" because then header will be reusable across boards with different CPU clocks. Also this nice to have an ability for end user to tune this value himself via "menuconfig". For now I'm only applying this change to all ARC configs because otherwise scope of change will be huge. Signed-off-by: Alexey Brodkin Cc: Tom Rini Cc: Masahiro Yamada Cc: Hans de Goede cc: Simon Glass Reviewed-by: Tom Rini --- configs/tb100_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/tb100_defconfig') diff --git a/configs/tb100_defconfig b/configs/tb100_defconfig index 9669dc0..d2de03b 100644 --- a/configs/tb100_defconfig +++ b/configs/tb100_defconfig @@ -1,2 +1,3 @@ CONFIG_ARC=y CONFIG_TARGET_TB100=y +CONFIG_SYS_CLK_FREQ=500000000 \ No newline at end of file -- cgit v1.1