diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2015-01-13 18:49:01 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-14 11:37:39 -0500 |
commit | 33d88183506f46ab618d1a5211268ae40df092de (patch) | |
tree | c788ca488d849cc1a6eaf46370ce3809977dd6b0 /include/configs/tb100.h | |
parent | 9f9d8704b6566c24b6efaa23abc42cfbc5aadb36 (diff) | |
download | u-boot-33d88183506f46ab618d1a5211268ae40df092de.tar.gz u-boot-33d88183506f46ab618d1a5211268ae40df092de.tar.xz u-boot-33d88183506f46ab618d1a5211268ae40df092de.zip |
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 <abrodkin@synopsys.com>
Cc: Tom Rini <trini@ti.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Hans de Goede <hdegoede@redhat.com>
cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 8a861a836b..e9218f7d81 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -15,7 +15,6 @@ #define CONFIG_ARC700 #define CONFIG_ARC_MMU_VER 3 #define CONFIG_SYS_CACHELINE_SIZE 32 -#define CONFIG_SYS_CLK_FREQ 500000000 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ /* |