mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Revert "tools: imx8image: set dcd_skip to true"
This reverts commit f7e475db40
.
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.lima@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Breno Lima <breno.lima@nxp.com>
This commit is contained in:
parent
eb7f908a16
commit
9ec1791e6a
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,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);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue