
On Tue, Mar 31, 2020 at 06:40:28AM -0300, Fabio Estevam wrote:
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,
"Patch in commit" is not correct. Please refer it to "commit" instead.
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
You should also mention that you're reverting the previous commit and I would really like Abel to confirm the problem they saw isn't reproducible. Thanks!