summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-06 22:00:45 +0000
committerwdenk <wdenk>2003-10-06 22:00:45 +0000
commit887b372f5dfee6ac027bbdb8c14904d5e64427bf (patch)
tree66e89bb05691a85032b8a1454366bc153a7ad530 /tools
parentfbe4b5cbdea438ccec0d93de443f367f3ba46196 (diff)
downloadtalos-obmc-uboot-887b372f5dfee6ac027bbdb8c14904d5e64427bf.tar.gz
talos-obmc-uboot-887b372f5dfee6ac027bbdb8c14904d5e64427bf.zip
Add generic filesystem image type
Diffstat (limited to 'tools')
-rw-r--r--tools/mkimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 241853a01f..05c6f97be4 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, "", "", },
};
OpenPOWER on IntegriCloud