diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-24 17:14:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-08 11:03:52 -0400 |
commit | 7d080773347c1f6e0e896d9284134a2a411155d6 (patch) | |
tree | d1980362503baa76640290b557206aaad17fab2f /scripts | |
parent | b904d79e4809bf35cf53c2e5fee0f73647bab07a (diff) | |
download | u-boot-7d080773347c1f6e0e896d9284134a2a411155d6.tar.gz u-boot-7d080773347c1f6e0e896d9284134a2a411155d6.tar.bz2 u-boot-7d080773347c1f6e0e896d9284134a2a411155d6.zip |
Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MMC_ENV_DEV
CONFIG_SYS_MMC_ENV_PART
Note that with this conversion we now have consistent behavior with
respect to ensuring that we have always selected the correct MMC
device and hardware partition.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 82f8f12e20..e2db424fd5 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2985,8 +2985,6 @@ CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR CONFIG_SYS_MMC_BASE CONFIG_SYS_MMC_CD_PIN CONFIG_SYS_MMC_CLK_OD -CONFIG_SYS_MMC_ENV_DEV -CONFIG_SYS_MMC_ENV_PART CONFIG_SYS_MMC_MAX_BLK_COUNT CONFIG_SYS_MMC_MAX_DEVICE CONFIG_SYS_MMC_U_BOOT_DST |