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/PMC405.h | |
parent | e118e233a89ac021ffc69e8995638cc27feec99d (diff) | |
download | u-boot-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.tar.gz u-boot-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.tar.xz u-boot-a0e135b493b5d0d91d9b5ba3fab22c928caa5745.zip |
- Add ping support.
Diffstat (limited to 'include/configs/PMC405.h')
-rw-r--r-- | include/configs/PMC405.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h index 3ec84ff1c3..e3d37856c3 100644 --- a/include/configs/PMC405.h +++ b/include/configs/PMC405.h @@ -70,6 +70,7 @@ CFG_CMD_JFFS2 | \ CFG_CMD_MII | \ CFG_CMD_I2C | \ + CFG_CMD_PING | \ CFG_CMD_EEPROM ) #define CONFIG_MAC_PARTITION |