]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/cmd_confdefs.h
* Add support for RMU board
[people/ms/u-boot.git] / include / cmd_confdefs.h
index 18ce6d8eef246463411bf6ccc93daa05504163e6..7ab553d317bbe25db478ec39990bcecd91ff5d9c 100644 (file)
@@ -81,6 +81,7 @@
 #define CFG_CMD_NAND   0x0000800000000000      /* NAND support                 */
 #define CFG_CMD_BMP    0x0001000000000000      /* BMP support                  */
 #define CFG_CMD_PORTIO 0x0002000000000000      /* Port I/O                     */
+#define CFG_CMD_PING   0x0004000000000000      /* ping support                 */
 
 #define CFG_CMD_ALL    0xFFFFFFFFFFFFFFFF      /* ALL commands                 */
 
                        CFG_CMD_NAND    | \
                        CFG_CMD_PCI     | \
                        CFG_CMD_PCMCIA  | \
+                       CFG_CMD_PING    | \
                        CFG_CMD_REGINFO | \
                        CFG_CMD_SAVES   | \
                        CFG_CMD_SCSI    | \