[PATCH v2 0/3] riscv: Rename spl_soc_init() to spl_dram_init()
lukas.funke-oss at weidmueller.com
lukas.funke-oss at weidmueller.com
Tue Apr 23 11:14:26 CEST 2024
From: Lukas Funke <lukas.funke at weidmueller.com>
This patch series renames spl_soc_init() to spl_dram_init() since the
purpose of the function is to initialization the DRAM on sifive/starfive
boards. spl_dram_init() is a commonly used function for this purpose.
Changes in v2:
- capitalized acronym DRAM
Lukas Funke (3):
arch: riscv: Rename spl_soc_init() to spl_dram_init()
board: sifive: Call spl_dram_init() for DRAM initialization
board: starfive: Call spl_dram_init() for DRAM initialization
arch/riscv/cpu/fu540/spl.c | 2 +-
arch/riscv/cpu/fu740/spl.c | 2 +-
arch/riscv/cpu/jh7110/spl.c | 2 +-
arch/riscv/include/asm/arch-fu540/spl.h | 2 +-
arch/riscv/include/asm/arch-fu740/spl.h | 2 +-
arch/riscv/include/asm/arch-jh7110/spl.h | 2 +-
board/sifive/unleashed/spl.c | 4 ++--
board/sifive/unmatched/spl.c | 4 ++--
board/starfive/visionfive2/spl.c | 4 ++--
9 files changed, 12 insertions(+), 12 deletions(-)
--
2.30.2
More information about the U-Boot
mailing list