Make MPC8266ADS command selection more robust
Fix MPC8266 command line definition so it won't break when new commands are added to u-boot. Signed-off-by Rune Torgersen <runet@innovsys.com>
This commit is contained in:
parent
05bf4919c1
commit
298cd4cafe
@ -146,39 +146,26 @@
|
|||||||
/*
|
/*
|
||||||
* Command line configuration.
|
* Command line configuration.
|
||||||
*/
|
*/
|
||||||
#include <config_cmd_all.h>
|
#include <config_cmd_default.h>
|
||||||
|
|
||||||
#undef CONFIG_CMD_BEDBUG
|
/* Commands we want, that are not part of default set */
|
||||||
#undef CONFIG_CMD_BMP
|
#define CONFIG_CMD_ASKENV /* ask for env variable */
|
||||||
#undef CONFIG_CMD_BSP
|
#define CONFIG_CMD_CACHE /* icache, dcache */
|
||||||
#undef CONFIG_CMD_DATE
|
#define CONFIG_CMD_DHCP /* DHCP Support */
|
||||||
#undef CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DIAG /* Diagnostics */
|
||||||
#undef CONFIG_CMD_DISPLAY
|
#define CONFIG_CMD_IMMAP /* IMMR dump support */
|
||||||
#undef CONFIG_CMD_DOC
|
#define CONFIG_CMD_IRQ /* irqinfo */
|
||||||
#undef CONFIG_CMD_DTT
|
#define CONFIG_CMD_MII /* MII support */
|
||||||
#undef CONFIG_CMD_EEPROM
|
#define CONFIG_CMD_PCI /* pciinfo */
|
||||||
#undef CONFIG_CMD_ELF
|
#define CONFIG_CMD_PING /* ping support */
|
||||||
#undef CONFIG_CMD_EXT2
|
#define CONFIG_CMD_PORTIO /* Port I/O */
|
||||||
#undef CONFIG_CMD_FDC
|
#define CONFIG_CMD_REGINFO /* Register dump */
|
||||||
#undef CONFIG_CMD_FDOS
|
#define CONFIG_CMD_SAVES /* save S record dump */
|
||||||
#undef CONFIG_CMD_HWFLOW
|
#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
|
||||||
#undef CONFIG_CMD_IDE
|
|
||||||
#undef CONFIG_CMD_JFFS2
|
/* Commands from default set we don't need */
|
||||||
#undef CONFIG_CMD_KGDB
|
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
|
||||||
#undef CONFIG_CMD_MFSL
|
#undef CONFIG_CMD_SETGETDCR /* DCR support on 4xx */
|
||||||
#undef CONFIG_CMD_MMC
|
|
||||||
#undef CONFIG_CMD_NAND
|
|
||||||
#undef CONFIG_CMD_ONENAND
|
|
||||||
#undef CONFIG_CMD_PCMCIA
|
|
||||||
#undef CONFIG_CMD_REISER
|
|
||||||
#undef CONFIG_CMD_SCSI
|
|
||||||
#undef CONFIG_CMD_SPI
|
|
||||||
#undef CONFIG_CMD_SNTP
|
|
||||||
#undef CONFIG_CMD_VFD
|
|
||||||
#undef CONFIG_CMD_UNIVERSE
|
|
||||||
#undef CONFIG_CMD_USB
|
|
||||||
#undef CONFIG_CMD_XIMG
|
|
||||||
#undef CONFIG_CMD_AT91_SPIMUX
|
|
||||||
|
|
||||||
/* Define a command string that is automatically executed when no character
|
/* Define a command string that is automatically executed when no character
|
||||||
* is read on the console interface withing "Boot Delay" after reset.
|
* is read on the console interface withing "Boot Delay" after reset.
|
||||||
|
Loading…
Reference in New Issue
Block a user