mirror of
https://xff.cz/git/u-boot/
synced 2026-02-13 17:09:28 +01:00
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 <bdm310@gmail.com>