diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:35:01 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 21:44:52 (GMT) |
commit | 2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7 (patch) | |
tree | 773929afd3199c616687fcaa84eda46be8cf6418 /scripts/config_whitelist.txt | |
parent | 5605aa8ab660655041837dff9dd9ff6fdae385ba (diff) | |
download | u-boot-fsl-qoriq-2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7.tar.xz |
Convert CONFIG_CMD_UNIVERSE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_UNIVERSE
Since no board uses this, perhaps we should drop this command?
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'scripts/config_whitelist.txt')
-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 b8f5535..9350196 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_UNIVERSE CONFIG_CMD_UUID CONFIG_CMD_ZBOOT CONFIG_CMD_ZFS |