]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: starfive: Rename spl_soc_init() to spl_dram_init()
authorLukas Funke <lukas.funke@weidmueller.com>
Wed, 24 Apr 2024 07:43:39 +0000 (09:43 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 1 May 2024 16:01:18 +0000 (00:01 +0800)
commit19b762cf83f68b9d9a1f14e75d75781cedf4049f
treee2b9a3931e8b9e555a29e65e34955278a345563b
parentd6c81b87e6c15d23815ffc37241795de4bdb71be
board: starfive: 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: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/riscv/cpu/jh7110/spl.c
arch/riscv/include/asm/arch-jh7110/spl.h
board/starfive/visionfive2/spl.c