mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Kconfig: Drop CONFIG_CMD_LOADY
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6bac227a67
commit
4a37cb5038
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -383,7 +383,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
|
||||
|
|
Loading…
Reference in a new issue