diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2015-03-01 00:53:09 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-03-02 10:59:50 +0100 |
commit | e2b70325246f4ea959e883f4caa9e59fb029127d (patch) | |
tree | 92cb0f147baa65af885ba1f613a54f1fb4d12d70 /include/configs/vexpress_common.h | |
parent | 1e49f6e2ebd4f1e0caf2c4aa073026291f2e5c4e (diff) | |
download | u-boot-e2b70325246f4ea959e883f4caa9e59fb029127d.tar.gz |
remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
Basically finish what the following commit started a long time ago:
488f5d8790c451fc527fe5d2ef218f2a5e40ea17
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
For mx35pdk/woodburn:
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/vexpress_common.h')
-rw-r--r-- | include/configs/vexpress_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 2dea921045..989e755279 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -188,7 +188,6 @@ #define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 /* Miscellaneous configurable options */ -#undef CONFIG_SYS_CLKS_IN_HZ #define CONFIG_SYS_LOAD_ADDR (V2M_BASE + 0x8000) #define LINUX_BOOT_PARAM_ADDR (V2M_BASE + 0x2000) #define CONFIG_BOOTDELAY 2 |