summaryrefslogtreecommitdiffstats
path: root/include/configs/RBC823.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 10:15:00 +0000
committerwdenk <wdenk>2004-06-09 10:15:00 +0000
commit48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c (patch)
tree9ef9bb8ccbe8f3a0421ad5947515038c43b4446e /include/configs/RBC823.h
parent547b4cb25e585e154b5e84e33df3d157f786e305 (diff)
downloadtalos-obmc-uboot-48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c.tar.gz
talos-obmc-uboot-48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c.zip
Patch by Robert Schwebel, 13 May 2004:
Add 'imgextract' command: extract one part of a multi file image.
Diffstat (limited to 'include/configs/RBC823.h')
-rw-r--r--include/configs/RBC823.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h
index 1666d646c0..3592290d50 100644
--- a/include/configs/RBC823.h
+++ b/include/configs/RBC823.h
@@ -111,10 +111,11 @@
~CFG_CMD_PCMCIA & \
~CFG_CMD_REISER & \
~CFG_CMD_SCSI & \
- ~CFG_CMD_SETGETDCR & \
+ ~CFG_CMD_SETGETDCR & \
~CFG_CMD_SPI & \
~CFG_CMD_USB & \
- ~CFG_CMD_VFD )
+ ~CFG_CMD_VFD & \
+ ~CFG_CMD_XIMG )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
OpenPOWER on IntegriCloud