mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
42e6f852dd
commit
dcab138793
44 changed files with 0 additions and 55 deletions
|
@ -17,7 +17,6 @@
|
|||
#define CONFIG_SYS_TEXT_BASE 0x8BFC0000
|
||||
|
||||
#define CONFIG_CMD_SDRAM
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC4,115200"
|
||||
|
||||
|
|
|
@ -299,7 +299,6 @@
|
|||
/*
|
||||
* U-Boot commands
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
#ifndef CONFIG_DRIVER_TI_EMAC
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_PCI
|
||||
|
||||
/* I2C */
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
/*
|
||||
* Bootloader Components Configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* I2C support */
|
||||
#ifdef CONFIG_SYS_I2C
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_I2C
|
||||
#define CONFIG_CMD_PCI
|
||||
#define CONFIG_CMD_SCSI
|
||||
|
|
|
@ -273,7 +273,6 @@
|
|||
/*
|
||||
* U-Boot commands
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
#ifdef CONFIG_CMD_BDI
|
||||
|
@ -302,7 +301,6 @@
|
|||
!defined(CONFIG_USE_SPIFLASH)
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
#define CONFIG_ENV_SIZE (16 << 10)
|
||||
#undef CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_DIRECT_NOR_BOOT
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* I2C */
|
||||
#define CONFIG_SYS_I2C
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_PCI
|
||||
|
||||
/* SPI NOR flash default params, used by sf commands */
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_PCI
|
||||
#define CONFIG_SCSI
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_PCI
|
||||
#define CONFIG_CMD_SATA
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_IDE
|
||||
#define CONFIG_SYS_MVFS
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
/*
|
||||
* mv-common.h should be defined after CMD configs since it used them
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#define CONFIG_USB_ETHER_SMSC95XX
|
||||
|
||||
/* Extra Commands */
|
||||
#define CONFIG_CMD_ENV
|
||||
/* Enable that for switching of boot partitions */
|
||||
/* Disabled by default as some sub-commands can brick eMMC */
|
||||
/*#define CONFIG_SUPPORT_EMMC_BOOT */
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* I2C */
|
||||
#define CONFIG_SYS_I2C
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
/*
|
||||
* U-Boot commands
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
#ifdef CONFIG_CMD_BDI
|
||||
|
@ -169,7 +168,6 @@
|
|||
!defined(CONFIG_USE_SPIFLASH)
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
#define CONFIG_ENV_SIZE (16 << 10)
|
||||
#undef CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* additions for new relocation code, must added to all boards */
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000
|
||||
|
||||
#define CONFIG_CMD_SDRAM
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Command line configuration.
|
||||
*/
|
||||
#define CONFIG_CMD_SDRAM
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
* Commands configuration
|
||||
*/
|
||||
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_IDE
|
||||
#define CONFIG_SYS_MVFS /* Picks up Filesystem from mv-common.h */
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
#define CONFIG_FS_EXT4
|
||||
|
||||
/* Command line configuration */
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_SYS_MVFS
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
|
||||
/*
|
||||
|
|
|
@ -241,7 +241,6 @@
|
|||
/*
|
||||
* U-Boot commands
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
#ifdef CONFIG_CMD_BDI
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_IDE
|
||||
#ifndef CONFIG_NETSPACE_MINI_V2 /* No USB ports on Network Space v2 Mini */
|
||||
#endif
|
||||
|
|
|
@ -85,7 +85,6 @@
|
|||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
|
||||
|
||||
/* Command line configuration */
|
||||
#define CONFIG_CMD_ENV
|
||||
#undef CONFIG_CMD_IMLS
|
||||
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
|
|
|
@ -174,9 +174,6 @@
|
|||
#endif
|
||||
|
||||
/* Command line configuration */
|
||||
#ifndef SPL_NO_ENV
|
||||
#define CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* MMC */
|
||||
#ifndef SPL_NO_MMC
|
||||
|
|
|
@ -139,9 +139,6 @@
|
|||
#define CONFIG_SYS_I2C_MXC_I2C4
|
||||
|
||||
/* Command line configuration */
|
||||
#ifndef SPL_NO_ENV
|
||||
#define CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* MMC */
|
||||
#ifndef SPL_NO_MMC
|
||||
|
|
|
@ -160,7 +160,6 @@ unsigned long long get_qixis_addr(void);
|
|||
#endif
|
||||
|
||||
/* Command line configuration */
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000)
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_IDE
|
||||
|
||||
/*
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* I2C */
|
||||
#define CONFIG_SYS_I2C
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
#define GICD_BASE 0xc4301000
|
||||
#define GICC_BASE 0xc4302000
|
||||
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* Monitor Command Prompt */
|
||||
/* Console I/O Buffer Size */
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_IDE
|
||||
|
||||
/*
|
||||
|
|
|
@ -284,7 +284,6 @@
|
|||
/*
|
||||
* U-Boot commands
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
#ifdef CONFIG_CMD_BDI
|
||||
#define CONFIG_CLOCKS
|
||||
|
@ -309,7 +308,6 @@
|
|||
!defined(CONFIG_USE_SPIFLASH)
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
#define CONFIG_ENV_SIZE (16 << 10)
|
||||
#undef CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* SD/MMC */
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_SYS_MVFS
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_IDE
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_SYS_MVFS
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_NAND
|
||||
|
||||
/*
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000
|
||||
|
||||
#define CONFIG_CMD_SDRAM
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC3,115200"
|
||||
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
#define CONFIG_LOADADDR 0xC307FFC0
|
||||
#define CONFIG_BOOTARGS "console=ttyLF0 root=/dev/ram rw"
|
||||
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"boot_scripts=boot.scr.uimg boot.scr\0" \
|
||||
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
/* #define CONFIG_T_SH7706LSR 1 */
|
||||
|
||||
#define CONFIG_CMD_SDRAM
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
* Command support defines
|
||||
*/
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
/*
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
/*
|
||||
* Commands configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_SATA
|
||||
|
||||
/*
|
||||
|
|
|
@ -125,7 +125,6 @@
|
|||
#endif
|
||||
|
||||
/*#define CONFIG_MENU_SHOW*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/* BOOTP options */
|
||||
#define CONFIG_BOOTP_BOOTFILESIZE
|
||||
|
|
|
@ -351,10 +351,6 @@
|
|||
#define CONFIG_CMD_PCI
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SYS_RAMBOOT)
|
||||
#undef CONFIG_CMD_ENV
|
||||
#endif
|
||||
|
||||
/* Pass Ethernet MAC to VxWorks */
|
||||
#define CONFIG_SYS_VXWORKS_MAC_PTR 0x000043f0
|
||||
|
||||
|
|
|
@ -106,7 +106,6 @@
|
|||
/*
|
||||
* Command support defines
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_CMD_MTDPARTS
|
||||
#define CONFIG_CMD_NAND
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
{ 4800, 9600, 19200, 38400, 57600, 115200 }
|
||||
|
||||
/* Command line configuration */
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_MP
|
||||
|
||||
/* BOOTP options */
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
/*
|
||||
* Bootloader Components Configuration
|
||||
*/
|
||||
#define CONFIG_CMD_ENV
|
||||
|
||||
/*
|
||||
* MMC Card Configuration
|
||||
|
|
|
@ -383,7 +383,6 @@ CONFIG_CM922T_XA10
|
|||
CONFIG_CMDLINE_EDITING
|
||||
CONFIG_CMDLINE_PS_SUPPORT
|
||||
CONFIG_CMDLINE_TAG
|
||||
CONFIG_CMD_ENV
|
||||
CONFIG_CMD_ENV_CALLBACK
|
||||
CONFIG_CMD_ENV_FLAGS
|
||||
CONFIG_CMD_ERRATA
|
||||
|
|
Loading…
Reference in a new issue