projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7f908
)
Revert "tools: imx8image: set dcd_skip to true"
author
Fabio Estevam
<
[email protected]
>
Fri, 18 Jan 2019 13:00:11 +0000
(11:00 -0200)
committer
Stefano Babic
<
[email protected]
>
Mon, 28 Jan 2019 11:59:03 +0000
(12:59 +0100)
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 <
[email protected]
>
Signed-off-by: Fabio Estevam <
[email protected]
>
Reviewed-by: Peng Fan <
[email protected]
>
Tested-by: Breno Lima <
[email protected]
>
tools/imx8image.c
patch
|
blob
|
history
diff --git
a/tools/imx8image.c
b/tools/imx8image.c
index 2ccc0cccb4d5007222f32ba8134d00b53548fb82..1b428c3b2fd4a803577c6429508c503d03b1b5c2 100644
(file)
--- 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,
tru
e, fuse_version, sw_version, outfd);
+ img_sp,
fals
e, fuse_version, sw_version, outfd);
return 0;
}