commit | 0359dde675a6f685535ce7128c765f7d89f045ee | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Jun 09 10:15:00 2004 +0000 |
committer | wdenk <wdenk> | Wed Jun 09 10:15:00 2004 +0000 |
tree | 9ef9bb8ccbe8f3a0421ad5947515038c43b4446e | |
parent | cc24599533a206fcb34ef3aac6c3be3be6b4e77b [diff] [blame] |
Patch by Robert Schwebel, 13 May 2004: Add 'imgextract' command: extract one part of a multi file image.
diff --git a/include/configs/hymod.h b/include/configs/hymod.h index 75f52b5..6f19909 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h
@@ -191,7 +191,8 @@ CFG_CMD_REISER | \ CFG_CMD_SCSI | \ CFG_CMD_SPI | \ - 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>