aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2011-07-16 00:06:42 +0000
committerWolfgang Denk <wd@denx.de>2011-07-28 16:52:41 +0200
commit7816f2cf813326505970922021b3ed6490863e78 (patch)
tree759959ef5f03dcc1973038234866aa07c4e2389a /include/image.h
parentb9af6d3d8265e90538c29f7f7871352a30d817c5 (diff)
mkimage: add UBL header support for booting davinci cpus
creating an u-boot.ubl file, which contains the UBL Header needed for booting from NAND with the RBL from TI. For more information read doc/README.ublimage. Signed-off-by: Heiko Schocher <hs@denx.de>
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 c31e862d3..3c528a4aa 100644
--- a/include/image.h
+++ b/include/image.h
@@ -157,6 +157,7 @@
#define IH_TYPE_FLATDT 8 /* Binary Flat Device Tree Blob */
#define IH_TYPE_KWBIMAGE 9 /* Kirkwood Boot Image */
#define IH_TYPE_IMXIMAGE 10 /* Freescale IMXBoot Image */
+#define IH_TYPE_UBLIMAGE 11 /* Davinci UBL Image */
/*
* Compression Types