aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-03-05 20:48:50 -0600
committerLokesh Vutla <lokeshvutla@ti.com>2021-03-15 11:11:20 +0530
commita69c48959b7adb0df770c8733df73e42b5376d66 (patch)
treee493e74aa4433fb60f7c2d0a15e7cc98ee5a17b6 /arch/arm/mach-stm32mp/cmd_stm32prog
parent136284a3cf282585b600b10bba2286518263df20 (diff)
ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO
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@gmail.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog')
0 files changed, 0 insertions, 0 deletions