X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=tools%2Fimagetool.c;h=98717bdeddcf39fe9988e6f14ab6b35d8ed6f2b0;hb=2a9e2c6a0962cb04a12d833cc5c1c0920fa3b4f5;hp=29d2189097898e18428eb2ba800c824afe01318f;hpb=707acd01ded3c60a4e277f7c5432d397897b4dfd;p=karo-tx-uboot.git diff --git a/tools/imagetool.c b/tools/imagetool.c index 29d2189097..98717bdedd 100644 --- a/tools/imagetool.c +++ b/tools/imagetool.c @@ -27,6 +27,8 @@ void register_image_tool(imagetool_register_t image_register) */ register_func = image_register; + /* Init ATMEL ROM Boot Image generation/list support */ + init_atmel_image_type(); /* Init Freescale PBL Boot image generation/list support */ init_pbl_image_type(); /* Init Kirkwood Boot image generation/list support */ @@ -45,6 +47,10 @@ void register_image_tool(imagetool_register_t image_register) init_ubl_image_type(); /* Init Davinci AIS support */ init_ais_image_type(); + /* Init Altera SOCFPGA support */ + init_socfpga_image_type(); + /* Init TI Keystone boot image generation/list support */ + init_gpimage_type(); } /*