From 4962e38e9a4a053792722918bb11c5408549aebd Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Mon, 17 Oct 2011 00:07:43 +0000 Subject: mkimage: adding support for Davinci AIS image Some Davinci processors supports the Application Image Script (AIS) boot process. The patch adds the generation of the AIS image inside the mkimage tool to make possible to generate a bootable U-boot without external tools (TI Davinci AIS Generator). Signed-off-by: Stefano Babic CC: Wolfgang Denk --- tools/mkimage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/mkimage.c') diff --git a/tools/mkimage.c b/tools/mkimage.c index c307a37615..36e28ec923 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -162,6 +162,8 @@ main (int argc, char **argv) init_default_image_type (); /* Init Davinci UBL support */ init_ubl_image_type(); + /* Init Davinci AIS support */ + init_ais_image_type(); params.cmdname = *argv; params.addr = params.ep = 0; -- cgit v1.2.1