1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Add generic filesystem image type

This commit is contained in:
wdenk
2003-10-06 22:00:45 +00:00
parent fbe4b5cbde
commit 887b372f5d
2 changed files with 3 additions and 0 deletions

View File

@@ -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, "", "", },
};