diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:32 -0400 |
commit | 4a37cb50386a8affa2cfc68874ba88664b8ceca2 (patch) | |
tree | 4ad5efc7bd0b5b21ac293f1de76792e74814be8c /scripts | |
parent | 6bac227a678613197bb5c36d45d1e1cbc22ae162 (diff) | |
download | u-boot-4a37cb50386a8affa2cfc68874ba88664b8ceca2.tar.gz |
Kconfig: Drop CONFIG_CMD_LOADY
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
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 1d789ed3c1..2610c412ed 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -383,7 +383,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_LOADY CONFIG_CMD_LZMADEC CONFIG_CMD_MAX6957 CONFIG_CMD_MEM |