This felt like a sparsely used feature that I found a bug in and could
easily fix as a first contribution to the project. Through more
testing on my end, it seems that something is not as it appeared at
first glance. Switching branches to build this patch and then back to
my main development branch
SPL_CLEAR_BSS is called regardless of build type if
CONFIG_SPL_EARLY_BSS is defined. Add a guard for CONFIG_SPL_BUILD
to fix.
Signed-off-by: Brian Moyer
---
arch/arm/lib/crt0.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S
index df
2 matches
Mail list logo