From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Moyer Date: Sun, 19 Jul 2020 16:26:45 -0700 Subject: [PATCH 0/1] Fix SPL_EARLY_BSS applying to normal build Message-ID: <20200719232647.6996-1-bdm310@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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