mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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>