diff options
author | stroese <stroese> | 2003-06-24 14:30:28 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-06-24 14:30:28 +0000 |
commit | a0e135b493b5d0d91d9b5ba3fab22c928caa5745 (patch) | |
tree | 0905667a70f6c81935b0a6eda9fa9dd467e905b7 /include/configs/CPCI405AB.h | |
parent | e118e233a89ac021ffc69e8995638cc27feec99d (diff) | |
download | u-boot-imx-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.zip u-boot-imx-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.tar.gz u-boot-imx-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.tar.bz2 |
- Add ping support.
Diffstat (limited to 'include/configs/CPCI405AB.h')
-rw-r--r-- | include/configs/CPCI405AB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h index 5e07d3e..de55e87 100644 --- a/include/configs/CPCI405AB.h +++ b/include/configs/CPCI405AB.h @@ -77,6 +77,7 @@ CFG_CMD_JFFS2 | \ CFG_CMD_I2C | \ CFG_CMD_MII | \ + CFG_CMD_PING | \ CFG_CMD_EEPROM ) #define CONFIG_MAC_PARTITION |