board: sifive: Rename spl_soc_init() to spl_dram_init()
authorLukas Funke <lukas.funke@weidmueller.com>
Wed, 24 Apr 2024 07:43:38 +0000 (09:43 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 1 May 2024 16:01:18 +0000 (00:01 +0800)
commitd6c81b87e6c15d23815ffc37241795de4bdb71be
tree0048e724d89e054972891d8270eb105ad1e95119
parent849e3fd8f698a3e12b5536d18d261e3fff87db33
board: sifive: Rename spl_soc_init() to spl_dram_init()

Rename spl_soc_init() to spl_dram_init() because the generic function
name does not reflect what the function actually does. Also
spl_dram_init() is commonly used for dram initialization and should be
called from board_init_f().

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/cpu/fu540/spl.c
arch/riscv/cpu/fu740/spl.c
arch/riscv/include/asm/arch-fu540/spl.h
arch/riscv/include/asm/arch-fu740/spl.h
board/sifive/unleashed/spl.c
board/sifive/unmatched/spl.c