commit | 19b762cf83f68b9d9a1f14e75d75781cedf4049f | [log] [tgz] |
---|---|---|
author | Lukas Funke <lukas.funke@weidmueller.com> | Wed Apr 24 09:43:39 2024 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu May 02 00:01:18 2024 +0800 |
tree | e2b9a3931e8b9e555a29e65e34955278a345563b | |
parent | d6c81b87e6c15d23815ffc37241795de4bdb71be [diff] |
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>