Convert CONFIG_CMD_TERMINAL to Kconfig
This converts the following to Kconfig: CONFIG_CMD_TERMINAL 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>
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
* Alphabetical list of all possible commands.
|
||||
*/
|
||||
|
||||
#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
|
||||
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
|
||||
#define CONFIG_CMD_ZFS /* ZFS Support */
|
||||
|
||||
|
||||
@@ -239,8 +239,6 @@ int vct_gpio_get(int pin);
|
||||
* (NOR/OneNAND) usage and Linux kernel booting.
|
||||
*/
|
||||
#if defined(CONFIG_VCT_SMALL_IMAGE)
|
||||
#undef CONFIG_CMD_TERMINAL
|
||||
|
||||
#undef CONFIG_SMC911X
|
||||
#undef CONFIG_SYS_I2C_SOFT
|
||||
#undef CONFIG_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user