mbox series

[U-Boot,0/2] arm: socfpga: gen5 SPL bss cleanup

Message ID 20190711191813.19550-1-simon.k.r.goldschmidt@gmail.com
Headers show
Series arm: socfpga: gen5 SPL bss cleanup | expand

Message

Simon Goldschmidt July 11, 2019, 7:18 p.m. UTC
This series removes the invalid usage of bss before board_init_r in SPL.


Simon Goldschmidt (2):
  dm: ddr: socfpga: fix gen5 ddr driver to not use bss
  arm: socfpga: gen5: don't zero bss in board_init_f()

 arch/arm/mach-socfpga/spl_gen5.c |    2 -
 drivers/ddr/altera/sequencer.c   | 1346 ++++++++++++++++--------------
 drivers/ddr/altera/sequencer.h   |   36 +-
 3 files changed, 740 insertions(+), 644 deletions(-)