]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/mkimage.c
Merge with /home/wd/git/u-boot/master
[people/ms/u-boot.git] / tools / mkimage.c
index 5f3634de4269e1e1b76d988010d769fe7bd63db0..416e658f7c793280a8dcb21c37e48cb55df6ec9d 100644 (file)
@@ -131,6 +131,7 @@ table_entry_t type_name[] = {
     {  IH_TYPE_RAMDISK,    "ramdisk",    "RAMDisk Image",      },
     {  IH_TYPE_SCRIPT,     "script",     "Script",             },
     {  IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
+    {  IH_TYPE_FLATDT,     "flat_dt",    "Flat Device Tree",   },
     {  -1,                 "",           "",                   },
 };