diff options
author | wdenk <wdenk> | 2004-06-09 10:15:00 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 10:15:00 +0000 |
commit | 48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c (patch) | |
tree | 9ef9bb8ccbe8f3a0421ad5947515038c43b4446e /include/configs/MPC8266ADS.h | |
parent | 547b4cb25e585e154b5e84e33df3d157f786e305 (diff) |
Patch by Robert Schwebel, 13 May 2004:
Add 'imgextract' command: extract one part of a multi file image.
Diffstat (limited to 'include/configs/MPC8266ADS.h')
-rw-r--r-- | include/configs/MPC8266ADS.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h index 86a5986cf8b..a4018f8cedd 100644 --- a/include/configs/MPC8266ADS.h +++ b/include/configs/MPC8266ADS.h @@ -164,11 +164,12 @@ CFG_CMD_MMC | \ CFG_CMD_NAND | \ CFG_CMD_PCMCIA | \ - CFG_CMD_REISER | \ + CFG_CMD_REISER | \ CFG_CMD_SCSI | \ CFG_CMD_SPI | \ CFG_CMD_VFD | \ - CFG_CMD_USB ) ) + CFG_CMD_USB | \ + CFG_CMD_XIMG ) ) /* Define a command string that is automatically executed when no character * is read on the console interface withing "Boot Delay" after reset. |