]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
authorYe Li <ye.li@nxp.com>
Wed, 1 Apr 2020 14:42:04 +0000 (07:42 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 3 Apr 2020 15:29:23 +0000 (11:29 -0400)
commit7fa19823ae0fd58844b8f1255f937213e118f7a3
tree28ad03f506c36cf92978cb35351eeee2a9551101
parent68093dbb43bd2c649fdc0e0eda2732f87500767e
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"

Commit 084469f8e6e6 ("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-by: Fabio Estevam <festevam@gmail.com>
common/spl/spl_fit.c