[PATCH] ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO

Lokesh Vutla lokeshvutla at ti.com
Mon Mar 15 10:10:26 CET 2021



On 06/03/21 8:18 am, Adam Ford wrote:
> In a previous attempt to unify config options and remove items
> from the whitelist file, SPL items were moved into a section
> enabled with CONFIG_SPL_BUILD.  Unfortunately, SPL_PAD_TO
> is referenced at the head Makefile and uses this define
> to create padding of the output file.  When it was moved
> to CONFIG_SPL_BUILD, it caused boot errors with devices
> that are not booting from NOR.  Fix the boot issues by moving
> SPL_PAD_TO out so it's always.
> 
> Fixes: 7bb33e4684aa ("ARM: da850-evm: Unify config options with Kconfig")
> Signed-off-by: Adam Ford <aford173 at gmail.com>

Applied to u-boot-ti/for-rc

Thanks and regards,
Lokesh



More information about the U-Boot mailing list