From 3cef3b31853de70852abc07d8b64040e4bfa04d7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:55 -0600 Subject: Convert CONFIG_CMD_TERMINAL to Kconfig This converts the following to Kconfig: CONFIG_CMD_TERMINAL Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/vct.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/vct.h') diff --git a/include/configs/vct.h b/include/configs/vct.h index a98dae8e24e..e7c3d4b589f 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -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 -- cgit v1.2.3