diff options
author | Matthew McClintock <msm@freescale.com> | 2006-08-16 10:54:09 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-08-16 10:54:09 -0500 |
commit | 25c751e9adc86e22fe3b5b47cf2806379b575db7 (patch) | |
tree | 0af4e8ca72ed89661673ab816bc1b1f1b360d489 /tools | |
parent | 38433ccc5850ee70549af0b2bc5b920355ef5388 (diff) |
* Support for FDT in uImage format, error when using FDT from flash
Signed-off-by: Matthew McClintock <msm@freescale.com>
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 fea3e5bc6b3..d6000e04bf5 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -130,6 +130,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, "", "", }, }; |