diff options
author | Andre Przywara <andre.przywara@arm.com> | 2017-03-15 01:19:07 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-17 14:14:55 -0400 |
commit | 2cfe312258457c5c94c61e813448505d200fdc14 (patch) | |
tree | fef7a0fe0d393423d785bd4b05593c1e83f65b06 /scripts | |
parent | aeb9c53cae09ced27ae246153dcf567ee22fb108 (diff) | |
download | u-boot-2cfe312258457c5c94c61e813448505d200fdc14.zip u-boot-2cfe312258457c5c94c61e813448505d200fdc14.tar.gz u-boot-2cfe312258457c5c94c61e813448505d200fdc14.tar.bz2 |
configs: move CMD_MD5SUM definition to defconfigs
Boards with an apparent need for the md5sum command had the connected
config symbol defined in their board header file.
Move this over to the respective defconfig files now that md5sum is
configured via Kconfig.
(This is a manual effort, which differs from moveconfig.py, not sure
who is right here. Boards except sandbox loose the md5sum command with
moveconfig.py, though it was explicitly mentioned in their config.h's)
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: migrate stih410-b2260]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a62a601..668f238 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -509,7 +509,6 @@ CONFIG_CMD_LDRINFO CONFIG_CMD_LOADY CONFIG_CMD_LZMADEC CONFIG_CMD_MAX6957 -CONFIG_CMD_MD5SUM CONFIG_CMD_MEM CONFIG_CMD_MFSL CONFIG_CMD_MMC_SPI @@ -1881,8 +1880,6 @@ CONFIG_MCFRTC CONFIG_MCFTMR CONFIG_MCFUART CONFIG_MCLK_DIS -CONFIG_MD5 -CONFIG_MD5SUM_VERIFY CONFIG_MDIO_TIMEOUT CONFIG_MECP5123 CONFIG_MEMSIZE |