diff options
Diffstat (limited to 'tools')
| -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 5f3634de4..416e658f7 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -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,		    "",		  "",			},  }; |