[PATCH 0/1] Fix SPL_EARLY_BSS applying to normal build

Brian Moyer bdm310 at gmail.com
Mon Jul 20 01:26:45 CEST 2020


SPL_CLEAR_BSS is called regardless of build type if
CONFIG_SPL_EARLY_BSS is defined. This seems to break u-boot proper
and doesn't seem like the correct behavior.


Brian Moyer (1):
  arm: Add SPL build check to SPL early bss clear

 arch/arm/lib/crt0.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1



More information about the U-Boot mailing list