Patch by Robert Schwebel, 13 May 2004:

Add 'imgextract' command: extract one part of a multi file image.
This commit is contained in:
wdenk
2004-06-09 10:15:00 +00:00
parent 547b4cb25e
commit 48abe7bfab
15 changed files with 193 additions and 28 deletions

View File

@@ -107,7 +107,8 @@
& ~CFG_CMD_SCSI \
& ~CFG_CMD_SPI \
& ~CFG_CMD_USB \
& ~CFG_CMD_VFD )
& ~CFG_CMD_VFD \
& ~CFG_CMD_XIMG )
#if CONFIG_LANTEC >= 2
#define CONFIG_RTC_MPC8xx /* use internal RTC of MPC8xx */