All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix SPL_EARLY_BSS applying to normal build
@ 2020-07-19 23:26 Brian Moyer
  2020-07-19 23:26 ` [PATCH 1/1] arm: Add SPL build check to SPL early bss clear Brian Moyer
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Moyer @ 2020-07-19 23:26 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-24  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19 23:26 [PATCH 0/1] Fix SPL_EARLY_BSS applying to normal build Brian Moyer
2020-07-19 23:26 ` [PATCH 1/1] arm: Add SPL build check to SPL early bss clear Brian Moyer
2020-07-24  6:54   ` Brian Moyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.