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/ASH405.h | |
parent | e118e233a89ac021ffc69e8995638cc27feec99d (diff) |
- Add ping support.
Diffstat (limited to 'include/configs/ASH405.h')
-rw-r--r-- | include/configs/ASH405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h index 3a630d8028a..4be6158d89b 100644 --- a/include/configs/ASH405.h +++ b/include/configs/ASH405.h @@ -69,6 +69,8 @@ CFG_CMD_NAND | \ CFG_CMD_DATE | \ CFG_CMD_I2C | \ + CFG_CMD_MII | \ + CFG_CMD_PING | \ CFG_CMD_EEPROM ) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ |