[U-Boot] [PATCH V3 02/32] imximage: remove redundant setting of app_dest_ptr
Stefano Babic
sbabic at denx.de
Mon Oct 8 15:17:18 CEST 2012
On 04/10/2012 03:47, Troy Kisky wrote:
> 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;
>
I think we do not need to discuss on this. I put in in my -next queue
and I will apply it soon.
Acked-by: Stefano Babic <sbabic at denx.de>
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