diff options
| author | stroese <stroese> | 2003-06-24 14:31:16 +0000 |
|---|---|---|
| committer | stroese <stroese> | 2003-06-24 14:31:16 +0000 |
| commit | a6457f79710ffc649bacccdab1653c141dad6035 (patch) | |
| tree | 19870dec67ee49dd069030fd731a9c1b01f1a747 | |
| parent | a0e135b493b5d0d91d9b5ba3fab22c928caa5745 (diff) | |
| download | olio-uboot-2014.01-a6457f79710ffc649bacccdab1653c141dad6035.tar.xz olio-uboot-2014.01-a6457f79710ffc649bacccdab1653c141dad6035.zip | |
- Remove EEPROM command.
| -rw-r--r-- | include/configs/DASA_SIM.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/DASA_SIM.h b/include/configs/DASA_SIM.h index 85d8eb3e9..229e4587d 100644 --- a/include/configs/DASA_SIM.h +++ b/include/configs/DASA_SIM.h @@ -66,7 +66,6 @@ CFG_CMD_ELF ) #else #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ - CFG_CMD_EEPROM | \ CFG_CMD_BSP ) #endif |