Am 04/10/2012 03:47, schrieb Troy Kisky: > Signed-off-by: Troy Kisky <[email protected]> > > --- > v3: split into its own patch > --- > tools/imximage.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/imximage.c b/tools/imximage.c > index c917036..bda1a75 100644 > --- a/tools/imximage.c > +++ b/tools/imximage.c > @@ -213,7 +213,6 @@ static void set_imx_hdr_v1(struct imx_header *imxhdr, > uint32_t dcd_len, > /* Set magic number */ > fhdr_v1->app_code_barker = APP_CODE_BARKER; > > - fhdr_v1->app_dest_ptr = params->addr; > fhdr_v1->app_dest_ptr = params->ep - imxhdr->flash_offset - > sizeof(struct imx_header); > fhdr_v1->app_code_jump_vector = params->ep; > Applied to u-boot-imx, thanks.
Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

