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/CPCI4052.h | |
parent | e118e233a89ac021ffc69e8995638cc27feec99d (diff) |
- Add ping support.
Diffstat (limited to 'include/configs/CPCI4052.h')
-rw-r--r-- | include/configs/CPCI4052.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index a4cfe25e2fc..2671b5f1970 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2001 + * (C) Copyright 2001-2003 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this @@ -89,6 +89,7 @@ CFG_CMD_JFFS2 | \ CFG_CMD_I2C | \ CFG_CMD_MII | \ + CFG_CMD_PING | \ CFG_CMD_EEPROM ) #define CONFIG_MAC_PARTITION |