diff options
| author | Karicheri, Muralidharan <[email protected]> | 2014-04-04 13:16:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-04-17 17:24:38 -0400 |
| commit | bf411ea9f11a757cb3916f3a2e9753f4e0208672 (patch) | |
| tree | 4ec13e08ba6b554951522d07204ca813b1de1d79 /tools/Makefile | |
| parent | 00c200f137b60a04b137e0c7f9097f87ea2ee755 (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 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 097cc1df178..911ad435900 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -73,6 +73,8 @@ dumpimage-mkimage-objs := aisimage.o \ crc32.o \ default_image.o \ fit_image.o \ + gpimage.o \ + gpimage-common.o \ image-fit.o \ image-host.o \ image.o \ |
