From 4a37cb50386a8affa2cfc68874ba88664b8ceca2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:41 -0600 Subject: Kconfig: Drop CONFIG_CMD_LOADY This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- include/configs/vct.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/vct.h b/include/configs/vct.h index c5b96540ae..7b04e65d70 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -252,7 +252,6 @@ int vct_gpio_get(int pin); * (NOR/OneNAND) usage and Linux kernel booting. */ #if defined(CONFIG_VCT_SMALL_IMAGE) -#undef CONFIG_CMD_LOADY #undef CONFIG_CMD_REGINFO #undef CONFIG_CMD_STRINGS #undef CONFIG_CMD_TERMINAL -- cgit