diff options
author | wdenk <wdenk> | 2003-06-05 19:27:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-05 19:27:42 +0000 |
commit | 73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3 (patch) | |
tree | f409359364776e565b9484337a0620388041b456 /include/cmd_confdefs.h | |
parent | 08eaea9c9fa4e8ea25325610c512cb90b6bea1dd (diff) | |
download | u-boot-imx-73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3.zip u-boot-imx-73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3.tar.gz u-boot-imx-73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3.tar.bz2 |
* Add support for RMU board
* Add support for TQM862L at 100/50 MHz
* Patch by Pantelis Antoniou, 02 Jun 2003:
major reconstruction of networking code;
add "ping" support (outgoing only!)
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r-- | include/cmd_confdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index 18ce6d8..7ab553d 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -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 */ @@ -113,6 +114,7 @@ CFG_CMD_NAND | \ CFG_CMD_PCI | \ CFG_CMD_PCMCIA | \ + CFG_CMD_PING | \ CFG_CMD_REGINFO | \ CFG_CMD_SAVES | \ CFG_CMD_SCSI | \ |