diff options
| author | wdenk <wdenk> | 2003-10-06 22:00:45 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-10-06 22:00:45 +0000 | 
| commit | 887b372f5dfee6ac027bbdb8c14904d5e64427bf (patch) | |
| tree | 66e89bb05691a85032b8a1454366bc153a7ad530 /tools/mkimage.c | |
| parent | fbe4b5cbdea438ccec0d93de443f367f3ba46196 (diff) | |
| download | olio-uboot-2014.01-887b372f5dfee6ac027bbdb8c14904d5e64427bf.tar.xz olio-uboot-2014.01-887b372f5dfee6ac027bbdb8c14904d5e64427bf.zip | |
Add generic filesystem image type
Diffstat (limited to 'tools/mkimage.c')
| -rw-r--r-- | tools/mkimage.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/mkimage.c b/tools/mkimage.c index 241853a01..05c6f97be 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -110,6 +110,7 @@ table_entry_t type_name[] = {      {	IH_TYPE_MULTI,	    "multi",	  "Multi-File Image",	},      {	IH_TYPE_FIRMWARE,   "firmware",	  "Firmware",		},      {	IH_TYPE_SCRIPT,     "script",	  "Script",		}, +    {	IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image",	},      {	-1,		    "",		  "",			},  }; |