
31 Mar
2020
31 Mar
'20
11:40 a.m.
Hi Ye Li,
On Tue, Mar 31, 2020 at 6:00 AM Ye Li ye.li@nxp.com wrote:
The patch in commit cf8dcc5d02c32173b74bf1b7600dd2b990a90b13 is not correct,
1. "Patch in commit" is not correct. Please refer it to "commit" instead.
2. Please use the same kernel style to refer to commit: 12 SHA digit and the subject between (" xxx ")
So this would become:
Commit cf8dcc5d02c3 ("common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled") is not correct...
it will append fdt to each loadable image. Actually when using TINY FIT, the first loadable image is thought as u-boot and already have fdt appended.
Signed-off-by: Ye Li ye.li@nxp.com
Tested on a imx6q and imx6qp sabresd:
Tested-by: Fabio Estevam festevam@gmail.com
Thanks