diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:06:46 -0400 |
commit | 5d14c336b21da34d07e93b5689ccffd52b8cc658 (patch) | |
tree | fc046e9cf5a5604a097945c9054b5dd9bf0e7985 /include/configs/alt.h | |
parent | f9f3209a3478b1393180705cfdaed618d5d6ed3a (diff) | |
download | u-boot-5d14c336b21da34d07e93b5689ccffd52b8cc658.tar.gz |
Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig
This converts the following to Kconfig:
CONFIG_SH_SCIF_CLK_FREQ
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r-- | include/configs/alt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h index 1656072ebb..090bee7d2d 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -41,8 +41,5 @@ /* SPL support */ #define CONFIG_SPL_STACK 0xe6340000 #define CONFIG_SPL_MAX_SIZE 0x4000 -#ifdef CONFIG_SPL_BUILD -#define CONFIG_SH_SCIF_CLK_FREQ 65000000 -#endif #endif /* __ALT_H */ |