diff options
author | Simon Glass | 2017-08-04 16:34:52 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 15:41:59 -0400 |
commit | 00805d7ad83b410660fc17a06374874a81e39874 (patch) | |
tree | a4addf40cb41c27d0c0d9d5f1c4b2b8a5464fc7c /include | |
parent | ba71be547c582d1cb50c4fdcdfddc43ca1472fbf (diff) |
Convert CONFIG_CMD_STRINGS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_STRINGS
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/configs/vct.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h index e3c3b0e71f5..a98dae8e24e 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -239,7 +239,6 @@ int vct_gpio_get(int pin); * (NOR/OneNAND) usage and Linux kernel booting. */ #if defined(CONFIG_VCT_SMALL_IMAGE) -#undef CONFIG_CMD_STRINGS #undef CONFIG_CMD_TERMINAL #undef CONFIG_SMC911X |