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