From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 15 May 2017 04:58:00 -0600 Subject: [U-Boot] [PATCH 45/47] Kconfig: Drop CONFIG_CMD_LOADY In-Reply-To: <20170515105802.23023-1-sjg@chromium.org> References: <20170515105802.23023-1-sjg@chromium.org> Message-ID: <20170515105802.23023-46-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- include/configs/vct.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/vct.h b/include/configs/vct.h index c8dbfa02c5..1491eb7a05 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -253,7 +253,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 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 41c87f7ea2..233ecd38ce 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -384,7 +384,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_LOADY CONFIG_CMD_LZMADEC CONFIG_CMD_MAX6957 CONFIG_CMD_MEM -- 2.13.0.rc2.291.g57267f2277-goog