[PATCH] spl: Kconfig: Record proper dependency for SPL_ATF

Simon Glass sjg at chromium.org
Mon Sep 7 03:43:49 CEST 2020


On Thu, 3 Sep 2020 at 04:02, Michal Simek <michal.simek at xilinx.com> wrote:
>
> ATF support was all the time based on FIT image support but this dependency
> is not recorded anywhere.
> For !SPL_FIT && SPL_ATF there is compilation error:
> common/spl/spl.c: In function 'board_init_r':
> common/spl/spl.c:689:26: error: 'struct spl_image_info' has no member named 'fdt_addr'
>   689 |   spl_fixup_fdt(spl_image.fdt_addr);
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  common/spl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list