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/ids8313.h | |
parent | 6f2ed0e9faa87a0b14ada74727297f62e02868cd (diff) | |
download | u-boot-488c47a141179fc3fa10779be6268e56f88ec18d.tar.gz |
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/ids8313.h')
-rw-r--r-- | include/configs/ids8313.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 613f7e1a2e..c1b3b633e9 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -474,7 +474,6 @@ #define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mo,eth1addr:mo" #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_HZ 1000 /* Initial Memory map for Linux*/ #define CONFIG_SYS_BOOTMAPSZ (256 << 20) |