diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-28 10:18:34 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-12 15:20:05 -0400 |
commit | 488c47a141179fc3fa10779be6268e56f88ec18d (patch) | |
tree | 4360251af633f05ceabe9c292d1bed1e3fd9e5f4 /include/configs/sama5d3_xplained.h | |
parent | 6f2ed0e9faa87a0b14ada74727297f62e02868cd (diff) | |
download | u-boot-imx-488c47a141179fc3fa10779be6268e56f88ec18d.zip u-boot-imx-488c47a141179fc3fa10779be6268e56f88ec18d.tar.gz u-boot-imx-488c47a141179fc3fa10779be6268e56f88ec18d.tar.bz2 |
config: remove platform CONFIG_SYS_HZ definition part 4
Some new boards define CONFIG_SYS_HZ again! Remove.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'include/configs/sama5d3_xplained.h')
-rw-r--r-- | include/configs/sama5d3_xplained.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h index 91cc7d8..41c946d 100644 --- a/include/configs/sama5d3_xplained.h +++ b/include/configs/sama5d3_xplained.h @@ -17,7 +17,6 @@ /* ARM asynchronous clock */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ -#define CONFIG_SYS_HZ 1000 #define CONFIG_AT91FAMILY #define CONFIG_ARCH_CPU_INIT |