summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKaricheri, Muralidharan <[email protected]>2014-04-04 13:16:48 -0400
committerTom Rini <[email protected]>2014-04-17 17:24:38 -0400
commitbf411ea9f11a757cb3916f3a2e9753f4e0208672 (patch)
tree4ec13e08ba6b554951522d07204ca813b1de1d79 /include
parent00c200f137b60a04b137e0c7f9097f87ea2ee755 (diff)
tools: mkimage: add support for gpimage format
This patch add support for gpimage format as a preparatory patch for porting u-boot for keystone2 devices and is based on omapimage format. It re-uses gph header to store the size and loadaddr as done in omapimage.c Signed-off-by: Vitaly Andrianov <[email protected]> Signed-off-by: Murali Karicheri <[email protected]> Acked-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 6afd57bafdd..8095bc89143 100644
--- a/include/image.h
+++ b/include/image.h
@@ -215,6 +215,7 @@ struct lmb;
#define IH_TYPE_KERNEL_NOLOAD 14 /* OS Kernel Image, can run from any load address */
#define IH_TYPE_PBLIMAGE 15 /* Freescale PBL Boot Image */
#define IH_TYPE_MXSIMAGE 16 /* Freescale MXSBoot Image */
+#define IH_TYPE_GPIMAGE 17 /* TI Keystone GPHeader Image */
/*
* Compression Types