diff options
author | Tom Rini | 2020-06-16 19:06:28 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:26 -0400 |
commit | 2254f132161e4421f6d6f2849056f68ca931e7de (patch) | |
tree | 4a335834306db6ee9f2e339733595f28656254e5 /include/configs/MPC8560ADS.h | |
parent | f399e838cfdce0c477ad6f6eb13b9021aba3bc0e (diff) |
Kconfig: Remove CONFIG_CLOCKS_IN_MHZ
This variable is unset anywhere and only unset on a number of platforms.
Remove all relevant code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MPC8560ADS.h')
-rw-r--r-- | include/configs/MPC8560ADS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index fc4040907ab..4d1a417e42f 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -113,8 +113,6 @@ #define CONFIG_SYS_FLASH_EMPTY_INFO -#undef CONFIG_CLOCKS_IN_MHZ - /* * Local Bus Definitions */ |