Kconfig: Drop CONFIG_CMD_ENV

This option is not used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2017-05-17 03:25:12 -06:00 committed by Tom Rini
parent 42e6f852dd
commit dcab138793
44 changed files with 0 additions and 55 deletions

View File

@ -17,7 +17,6 @@
#define CONFIG_SYS_TEXT_BASE 0x8BFC0000 #define CONFIG_SYS_TEXT_BASE 0x8BFC0000
#define CONFIG_CMD_SDRAM #define CONFIG_CMD_SDRAM
#define CONFIG_CMD_ENV
#define CONFIG_BOOTARGS "console=ttySC4,115200" #define CONFIG_BOOTARGS "console=ttySC4,115200"

View File

@ -299,7 +299,6 @@
/* /*
* U-Boot commands * U-Boot commands
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
#ifndef CONFIG_DRIVER_TI_EMAC #ifndef CONFIG_DRIVER_TI_EMAC

View File

@ -24,7 +24,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
/* I2C */ /* I2C */

View File

@ -51,7 +51,6 @@
/* /*
* Bootloader Components Configuration * Bootloader Components Configuration
*/ */
#define CONFIG_CMD_ENV
/* I2C support */ /* I2C support */
#ifdef CONFIG_SYS_I2C #ifdef CONFIG_SYS_I2C

View File

@ -32,7 +32,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_I2C #define CONFIG_CMD_I2C
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
#define CONFIG_CMD_SCSI #define CONFIG_CMD_SCSI

View File

@ -273,7 +273,6 @@
/* /*
* U-Boot commands * U-Boot commands
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
#ifdef CONFIG_CMD_BDI #ifdef CONFIG_CMD_BDI
@ -302,7 +301,6 @@
!defined(CONFIG_USE_SPIFLASH) !defined(CONFIG_USE_SPIFLASH)
#define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_SIZE (16 << 10) #define CONFIG_ENV_SIZE (16 << 10)
#undef CONFIG_CMD_ENV
#endif #endif
#ifndef CONFIG_DIRECT_NOR_BOOT #ifndef CONFIG_DIRECT_NOR_BOOT

View File

@ -23,7 +23,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
/* I2C */ /* I2C */
#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C

View File

@ -24,7 +24,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
/* SPI NOR flash default params, used by sf commands */ /* SPI NOR flash default params, used by sf commands */

View File

@ -24,7 +24,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
#define CONFIG_SCSI #define CONFIG_SCSI

View File

@ -25,7 +25,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
#define CONFIG_CMD_SATA #define CONFIG_CMD_SATA

View File

@ -28,7 +28,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
#define CONFIG_SYS_MVFS #define CONFIG_SYS_MVFS

View File

@ -23,7 +23,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
/* /*
* mv-common.h should be defined after CMD configs since it used them * mv-common.h should be defined after CMD configs since it used them

View File

@ -46,7 +46,6 @@
#define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_SMSC95XX
/* Extra Commands */ /* Extra Commands */
#define CONFIG_CMD_ENV
/* Enable that for switching of boot partitions */ /* Enable that for switching of boot partitions */
/* Disabled by default as some sub-commands can brick eMMC */ /* Disabled by default as some sub-commands can brick eMMC */
/*#define CONFIG_SUPPORT_EMMC_BOOT */ /*#define CONFIG_SUPPORT_EMMC_BOOT */

View File

@ -23,7 +23,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
/* I2C */ /* I2C */
#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C

View File

@ -128,7 +128,6 @@
/* /*
* U-Boot commands * U-Boot commands
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
#ifdef CONFIG_CMD_BDI #ifdef CONFIG_CMD_BDI
@ -169,7 +168,6 @@
!defined(CONFIG_USE_SPIFLASH) !defined(CONFIG_USE_SPIFLASH)
#define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_SIZE (16 << 10) #define CONFIG_ENV_SIZE (16 << 10)
#undef CONFIG_CMD_ENV
#endif #endif
/* additions for new relocation code, must added to all boards */ /* additions for new relocation code, must added to all boards */

View File

@ -29,7 +29,6 @@
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_TEXT_BASE 0x8FFC0000
#define CONFIG_CMD_SDRAM #define CONFIG_CMD_SDRAM
#define CONFIG_CMD_ENV
#define CONFIG_BOOTARGS "console=ttySC0,115200" #define CONFIG_BOOTARGS "console=ttySC0,115200"

View File

@ -18,7 +18,6 @@
* Command line configuration. * Command line configuration.
*/ */
#define CONFIG_CMD_SDRAM #define CONFIG_CMD_SDRAM
#define CONFIG_CMD_ENV
#define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01" #define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01"
#define CONFIG_ENV_OVERWRITE 1 #define CONFIG_ENV_OVERWRITE 1

View File

@ -43,7 +43,6 @@
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
#define CONFIG_SYS_MVFS /* Picks up Filesystem from mv-common.h */ #define CONFIG_SYS_MVFS /* Picks up Filesystem from mv-common.h */

View File

@ -73,7 +73,6 @@
#define CONFIG_FS_EXT4 #define CONFIG_FS_EXT4
/* Command line configuration */ /* Command line configuration */
#define CONFIG_CMD_ENV
#define CONFIG_MTD_PARTITIONS #define CONFIG_MTD_PARTITIONS

View File

@ -32,7 +32,6 @@
* Commands configuration * Commands configuration
*/ */
#define CONFIG_SYS_MVFS #define CONFIG_SYS_MVFS
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
/* /*

View File

@ -241,7 +241,6 @@
/* /*
* U-Boot commands * U-Boot commands
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
#ifdef CONFIG_CMD_BDI #ifdef CONFIG_CMD_BDI

View File

@ -43,7 +43,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
#ifndef CONFIG_NETSPACE_MINI_V2 /* No USB ports on Network Space v2 Mini */ #ifndef CONFIG_NETSPACE_MINI_V2 /* No USB ports on Network Space v2 Mini */
#endif #endif

View File

@ -85,7 +85,6 @@
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
/* Command line configuration */ /* Command line configuration */
#define CONFIG_CMD_ENV
#undef CONFIG_CMD_IMLS #undef CONFIG_CMD_IMLS
#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_HZ 1000

View File

@ -174,9 +174,6 @@
#endif #endif
/* Command line configuration */ /* Command line configuration */
#ifndef SPL_NO_ENV
#define CONFIG_CMD_ENV
#endif
/* MMC */ /* MMC */
#ifndef SPL_NO_MMC #ifndef SPL_NO_MMC

View File

@ -139,9 +139,6 @@
#define CONFIG_SYS_I2C_MXC_I2C4 #define CONFIG_SYS_I2C_MXC_I2C4
/* Command line configuration */ /* Command line configuration */
#ifndef SPL_NO_ENV
#define CONFIG_CMD_ENV
#endif
/* MMC */ /* MMC */
#ifndef SPL_NO_MMC #ifndef SPL_NO_MMC

View File

@ -160,7 +160,6 @@ unsigned long long get_qixis_addr(void);
#endif #endif
/* Command line configuration */ /* Command line configuration */
#define CONFIG_CMD_ENV
/* Miscellaneous configurable options */ /* Miscellaneous configurable options */
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000)

View File

@ -38,7 +38,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
/* /*

View File

@ -23,7 +23,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
/* I2C */ /* I2C */
#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C

View File

@ -26,8 +26,6 @@
#define GICD_BASE 0xc4301000 #define GICD_BASE 0xc4301000
#define GICC_BASE 0xc4302000 #define GICC_BASE 0xc4302000
#define CONFIG_CMD_ENV
/* Monitor Command Prompt */ /* Monitor Command Prompt */
/* Console I/O Buffer Size */ /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \

View File

@ -28,7 +28,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
/* /*

View File

@ -284,7 +284,6 @@
/* /*
* U-Boot commands * U-Boot commands
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
#ifdef CONFIG_CMD_BDI #ifdef CONFIG_CMD_BDI
#define CONFIG_CLOCKS #define CONFIG_CLOCKS
@ -309,7 +308,6 @@
!defined(CONFIG_USE_SPIFLASH) !defined(CONFIG_USE_SPIFLASH)
#define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_SIZE (16 << 10) #define CONFIG_ENV_SIZE (16 << 10)
#undef CONFIG_CMD_ENV
#endif #endif
/* SD/MMC */ /* SD/MMC */

View File

@ -26,7 +26,6 @@
* Commands configuration * Commands configuration
*/ */
#define CONFIG_SYS_MVFS #define CONFIG_SYS_MVFS
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE

View File

@ -29,7 +29,6 @@
* Commands configuration * Commands configuration
*/ */
#define CONFIG_SYS_MVFS #define CONFIG_SYS_MVFS
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
/* /*

View File

@ -17,7 +17,6 @@
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_TEXT_BASE 0x8FFC0000
#define CONFIG_CMD_SDRAM #define CONFIG_CMD_SDRAM
#define CONFIG_CMD_ENV
#define CONFIG_BOOTARGS "console=ttySC3,115200" #define CONFIG_BOOTARGS "console=ttySC3,115200"

View File

@ -117,7 +117,6 @@
#define CONFIG_LOADADDR 0xC307FFC0 #define CONFIG_LOADADDR 0xC307FFC0
#define CONFIG_BOOTARGS "console=ttyLF0 root=/dev/ram rw" #define CONFIG_BOOTARGS "console=ttyLF0 root=/dev/ram rw"
#define CONFIG_CMD_ENV
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
"boot_scripts=boot.scr.uimg boot.scr\0" \ "boot_scripts=boot.scr.uimg boot.scr\0" \
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \ "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \

View File

@ -16,7 +16,6 @@
/* #define CONFIG_T_SH7706LSR 1 */ /* #define CONFIG_T_SH7706LSR 1 */
#define CONFIG_CMD_SDRAM #define CONFIG_CMD_SDRAM
#define CONFIG_CMD_ENV
#define CONFIG_BOOTARGS "console=ttySC0,115200" #define CONFIG_BOOTARGS "console=ttySC0,115200"

View File

@ -97,7 +97,6 @@
* Command support defines * Command support defines
*/ */
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES #define CONFIG_CMD_SAVES
/* /*

View File

@ -23,7 +23,6 @@
/* /*
* Commands configuration * Commands configuration
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_SATA #define CONFIG_CMD_SATA
/* /*

View File

@ -125,7 +125,6 @@
#endif #endif
/*#define CONFIG_MENU_SHOW*/ /*#define CONFIG_MENU_SHOW*/
#define CONFIG_CMD_ENV
/* BOOTP options */ /* BOOTP options */
#define CONFIG_BOOTP_BOOTFILESIZE #define CONFIG_BOOTP_BOOTFILESIZE

View File

@ -351,10 +351,6 @@
#define CONFIG_CMD_PCI #define CONFIG_CMD_PCI
#endif #endif
#if defined(CONFIG_SYS_RAMBOOT)
#undef CONFIG_CMD_ENV
#endif
/* Pass Ethernet MAC to VxWorks */ /* Pass Ethernet MAC to VxWorks */
#define CONFIG_SYS_VXWORKS_MAC_PTR 0x000043f0 #define CONFIG_SYS_VXWORKS_MAC_PTR 0x000043f0

View File

@ -106,7 +106,6 @@
/* /*
* Command support defines * Command support defines
*/ */
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FPGA_LOADMK #define CONFIG_CMD_FPGA_LOADMK
#define CONFIG_CMD_MTDPARTS #define CONFIG_CMD_MTDPARTS
#define CONFIG_CMD_NAND #define CONFIG_CMD_NAND

View File

@ -52,7 +52,6 @@
{ 4800, 9600, 19200, 38400, 57600, 115200 } { 4800, 9600, 19200, 38400, 57600, 115200 }
/* Command line configuration */ /* Command line configuration */
#define CONFIG_CMD_ENV
#define CONFIG_MP #define CONFIG_MP
/* BOOTP options */ /* BOOTP options */

View File

@ -54,7 +54,6 @@
/* /*
* Bootloader Components Configuration * Bootloader Components Configuration
*/ */
#define CONFIG_CMD_ENV
/* /*
* MMC Card Configuration * MMC Card Configuration

View File

@ -383,7 +383,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG CONFIG_CMDLINE_TAG
CONFIG_CMD_ENV
CONFIG_CMD_ENV_CALLBACK CONFIG_CMD_ENV_CALLBACK
CONFIG_CMD_ENV_FLAGS CONFIG_CMD_ENV_FLAGS
CONFIG_CMD_ERRATA CONFIG_CMD_ERRATA