
This is not correct when building a kernel FIT, since it adds a second loadable in addition to the kernel. There may in fact be a bug in SPL FIT, in which case that should be fixed, rather than adding an invalid loadable to the FIT. This reverts commit cabde449b97799d4377f62b90374f261327a3a90. Signed-off-by: Simon Glass <sjg@chromium.org> --- tools/fit_image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/fit_image.c b/tools/fit_image.c index aa71544f4cb..e2840cf48b4 100644 --- a/tools/fit_image.c +++ b/tools/fit_image.c @@ -381,7 +381,6 @@ static void fit_write_configs(struct imgtool *itl, char *fdt) typename = genimg_get_type_short_name(itl->fit_image_type); snprintf(str, sizeof(str), "%s-1", typename); fdt_property_string(fdt, typename, str); - fdt_property_string(fdt, FIT_LOADABLE_PROP, str); if (itl->fit_ramdisk) fdt_property_string(fdt, FIT_RAMDISK_PROP, -- 2.43.0