commit | 2e71a9e2ff2953a20f59eea1d88c12792425825d | [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 | 892d601dcb959aea6bea7e69d55261cbfa4fb6f1 [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>