diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:35:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 17:44:52 -0400 |
commit | 2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7 (patch) | |
tree | 773929afd3199c616687fcaa84eda46be8cf6418 /include | |
parent | 5605aa8ab660655041837dff9dd9ff6fdae385ba (diff) | |
download | u-boot-2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7.tar.gz |
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 'include')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index f93d5508bb..faddca88cd 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ #define CONFIG_CMD_ZFS /* ZFS Support */ #endif /* _CONFIG_CMD_ALL_H */ |