diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-26 16:17:30 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-04-06 16:33:19 +1200 |
commit | 48f45455bf1955ca1b2ba89bda256af2803a7126 (patch) | |
tree | 798d913285fb2c37801ab8cb2ffeb0e723341371 /scripts | |
parent | 7570d9bb47be24d9d73518742703f32126af8113 (diff) | |
download | u-boot-48f45455bf1955ca1b2ba89bda256af2803a7126.zip u-boot-48f45455bf1955ca1b2ba89bda256af2803a7126.tar.gz u-boot-48f45455bf1955ca1b2ba89bda256af2803a7126.tar.bz2 |
Convert CONFIG_MISC_INIT_F to Kconfig
This converts the following to Kconfig:
CONFIG_MISC_INIT_F
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 85857a7..b693925 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1030,7 +1030,6 @@ CONFIG_MIPS_HUGE_TLB_SUPPORT CONFIG_MIPS_MT_FPAFF CONFIG_MIRQ_EN CONFIG_MISC_COMMON -CONFIG_MISC_INIT_F CONFIG_MIU_1BIT_INTERLEAVED CONFIG_MIU_2BIT_21_7_INTERLEAVED CONFIG_MIU_2BIT_INTERLEAVED |