summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2006-08-16 10:54:09 -0500
committerMatthew McClintock <msm@freescale.com>2006-08-16 10:54:09 -0500
commit25c751e9adc86e22fe3b5b47cf2806379b575db7 (patch)
tree0af4e8ca72ed89661673ab816bc1b1f1b360d489 /include/image.h
parent38433ccc5850ee70549af0b2bc5b920355ef5388 (diff)
downloadbarebox-25c751e9adc86e22fe3b5b47cf2806379b575db7.tar.gz
barebox-25c751e9adc86e22fe3b5b47cf2806379b575db7.tar.xz
* Support for FDT in uImage format, error when using FDT from flash
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 139df0b2d1..ea7e9531dc 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