Adjust "echo" as a default command
[platform/kernel/u-boot.git] / include / cmd_confdefs.h
index c79a023..cf36583 100644 (file)
@@ -40,7 +40,7 @@
                                                /* crc, base, loop, mtest       */
 #define CFG_CMD_NET            0x00000080ULL   /* bootp, tftpboot, rarpboot    */
 #define CFG_CMD_ENV            0x00000100ULL   /* saveenv                      */
-#define CFG_CMD_KGDB           0x00000200ULL   /* kgdb                         */
+#define CFG_CMD_KGDB           0x0000000000000200ULL   /* kgdb                         */
 #define CFG_CMD_PCMCIA         0x00000400ULL   /* PCMCIA support               */
 #define CFG_CMD_IDE            0x00000800ULL   /* IDE harddisk support         */
 #define CFG_CMD_PCI            0x00001000ULL   /* pciinfo                      */
                        CFG_CMD_DISPLAY | \
                        CFG_CMD_DOC     | \
                        CFG_CMD_DTT     | \
-                       CFG_CMD_ECHO    | \
                        CFG_CMD_EEPROM  | \
                        CFG_CMD_ELF     | \
                        CFG_CMD_EXT2    | \