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 /include/configs/DASA_SIM.h | |
parent | a0e135b493b5d0d91d9b5ba3fab22c928caa5745 (diff) | |
download | u-boot-imx-a6457f79710ffc649bacccdab1653c141dad6035.zip u-boot-imx-a6457f79710ffc649bacccdab1653c141dad6035.tar.gz u-boot-imx-a6457f79710ffc649bacccdab1653c141dad6035.tar.bz2 |
- Remove EEPROM command.
Diffstat (limited to 'include/configs/DASA_SIM.h')
-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 85d8eb3..229e458 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 |