[U-Boot] [PATCH V3 02/32] imximage: remove redundant setting of app_dest_ptr

Stefano Babic sbabic at denx.de
Sat Oct 20 17:46:21 CEST 2012


Am 04/10/2012 03:47, schrieb Troy Kisky:
> Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
> 
> ---
> 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: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list