From 48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 10:15:00 +0000 Subject: Patch by Robert Schwebel, 13 May 2004: Add 'imgextract' command: extract one part of a multi file image. --- include/configs/ZPC1900.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/configs/ZPC1900.h') diff --git a/include/configs/ZPC1900.h b/include/configs/ZPC1900.h index 03331d6c03..d3c8eb9c0c 100644 --- a/include/configs/ZPC1900.h +++ b/include/configs/ZPC1900.h @@ -134,7 +134,8 @@ CFG_CMD_SCSI | \ 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 -- cgit v1.2.1