mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
Commit cf8dcc5d02
("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>
This commit is contained in:
parent
6aff13a358
commit
9d15d1d1c2
1 changed files with 0 additions and 4 deletions
|
@ -646,10 +646,6 @@ int spl_load_simple_fit(struct spl_image_info *spl_image,
|
|||
|
||||
if (!spl_fit_image_get_os(fit, node, &os_type))
|
||||
debug("Loadable is %s\n", genimg_get_os_name(os_type));
|
||||
#if CONFIG_IS_ENABLED(FIT_IMAGE_TINY)
|
||||
else
|
||||
os_type = IH_OS_U_BOOT;
|
||||
#endif
|
||||
|
||||
if (os_type == IH_OS_U_BOOT) {
|
||||
spl_fit_append_fdt(&image_info, info, sector,
|
||||
|
|
Loading…
Add table
Reference in a new issue