X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfig_cmd_all.h;h=69276a3894d55308b7214774f74e75b9a6ea11d8;hb=d058698fd2d9f769ff38ac53c8708b3fdd314f2d;hp=77ea025c097c7385e2b32662a74c364f19b35141;hpb=9d3cb9febe859d6cc628ede2cc0175289101826a;p=u-boot diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h old mode 100755 new mode 100644 index 77ea025c09..69276a3894 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -59,6 +59,7 @@ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #define CONFIG_CMD_NFS /* NFS support */ +#define CONFIG_CMD_ONENAND /* OneNAND support */ #define CONFIG_CMD_PCI /* pciinfo */ #define CONFIG_CMD_PCMCIA /* PCMCIA support */ #define CONFIG_CMD_PING /* ping support */ @@ -69,9 +70,11 @@ #define CONFIG_CMD_SAVES /* save S record dump */ #define CONFIG_CMD_SCSI /* SCSI Support */ #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */ +#define CONFIG_CMD_SETEXPR /* setexpr support */ #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ #define CONFIG_CMD_SNTP /* SNTP support */ #define CONFIG_CMD_SPI /* SPI utility */ +#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ #define CONFIG_CMD_USB /* USB Support */ #define CONFIG_CMD_VFD /* VFD support (TRAB) */