mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
Kconfig: Drop CONFIG_CMD_DEFAULTENV_VARS
This option does not exist in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
80e44cfe10
commit
279e7c491b
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
|||
/*
|
||||
* Command line configuration.
|
||||
*/
|
||||
#define CONFIG_CMD_DEFAULTENV_VARS
|
||||
#define CONFIG_CMD_IMMAP
|
||||
#define CONFIG_CMD_EEPROM
|
||||
#define CONFIG_CMD_JFFS2
|
||||
|
|
|
@ -394,7 +394,6 @@ CONFIG_CMDLINE_EDITING
|
|||
CONFIG_CMDLINE_PS_SUPPORT
|
||||
CONFIG_CMDLINE_TAG
|
||||
CONFIG_CMD_DATE
|
||||
CONFIG_CMD_DEFAULTENV_VARS
|
||||
CONFIG_CMD_DEKBLOB
|
||||
CONFIG_CMD_DFL
|
||||
CONFIG_CMD_DIAG
|
||||
|
|
Loading…
Add table
Reference in a new issue