diff options
author | Matthew McClintock <msm@freescale.com> | 2006-08-22 09:23:55 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-22 09:23:55 -0500 |
commit | 87a449c8ac396420cb24260f717ea9e6faa82047 (patch) | |
tree | 657f3e4f985a5b9ce16f39a07fbd8d466cc6f1a3 /tools/mkimage.c | |
parent | 681fc61c4cd3b2ef1fdd67224be8c4387fe533fd (diff) | |
download | u-boot-imx-87a449c8ac396420cb24260f717ea9e6faa82047.zip u-boot-imx-87a449c8ac396420cb24260f717ea9e6faa82047.tar.gz u-boot-imx-87a449c8ac396420cb24260f717ea9e6faa82047.tar.bz2 |
Support for FDT in uImage format, error when using FDT from flash
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'tools/mkimage.c')
-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 fea3e5b..d6000e0 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, "", "", }, }; |