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 /include | |
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 'include')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 139df0b..ea7e953 100644 --- a/include/image.h +++ b/include/image.h @@ -124,6 +124,7 @@ #define IH_TYPE_FIRMWARE 5 /* Firmware Image */ #define IH_TYPE_SCRIPT 6 /* Script file */ #define IH_TYPE_FILESYSTEM 7 /* Filesystem Image (any type) */ +#define IH_TYPE_FLATDT 8 /* Binary Flat Device Tree Blob */ /* * Compression Types |