> -----Original Message-----
> From: Fabio Estevam [mailto:feste...@gmail.com]
> Sent: 2019年1月18日 21:00
> To: sba...@denx.de
> Cc: Peng Fan <peng....@nxp.com>; u-boot@lists.denx.de; Breno Matheus
> Lima <breno.l...@nxp.com>; dl-uboot-imx <uboot-...@nxp.com>; Fabio
> Estevam <feste...@gmail.com>
> Subject: [PATCH] Revert "tools: imx8image: set dcd_skip to true"
> 
> This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
> 
> This commit breaks the boot on imx8qxp evk and it should only be re-applied
> after imx8qxp evk is converted to SPL.
> 
> Revert it for now, so that imx8qxp evk can be functional.
> 
> Reported-by: Breno Lima <breno.l...@nxp.com>
> Signed-off-by: Fabio Estevam <feste...@gmail.com>
> ---
>  tools/imx8image.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/imx8image.c b/tools/imx8image.c index
> 435f308b99..d93de733ab 100644
> --- a/tools/imx8image.c
> +++ b/tools/imx8image.c
> @@ -968,7 +968,7 @@ int imx8image_copy_image(int outfd, struct
> image_tool_params *mparams)
>       fprintf(stdout, "CONTAINER SW VERSION:\t0x%04x\n", sw_version);
> 
>       build_container(soc, sector_size, emmc_fastboot,
> -                     img_sp, true, fuse_version, sw_version, outfd);
> +                     img_sp, false, fuse_version, sw_version, outfd);

Thanks for spotting this.
Reviewed-by: Peng Fan <peng....@nxp.com>

Thanks,
Peng.

> 
>       return 0;
>  }
> --
> 2.17.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to