diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-01-18 11:00:11 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 12:59:03 +0100 |
commit | 9ec1791e6acd00e7800987a5c0888e3d99495c5a (patch) | |
tree | cea7dd8b3607cbbc6c84e43a1675add9bb8e5276 /tools | |
parent | eb7f908a163bff7295547b734e2cc716f12235c4 (diff) |
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.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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/imx8image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx8image.c b/tools/imx8image.c index 2ccc0cccb4d..1b428c3b2fd 100644 --- a/tools/imx8image.c +++ b/tools/imx8image.c @@ -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; } |