diff options
Diffstat (limited to 'arch/riscv/cpu/fu540/spl.c')
-rw-r--r-- | arch/riscv/cpu/fu540/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/cpu/fu540/spl.c b/arch/riscv/cpu/fu540/spl.c index a2034e933f..45657b7909 100644 --- a/arch/riscv/cpu/fu540/spl.c +++ b/arch/riscv/cpu/fu540/spl.c @@ -7,7 +7,7 @@ #include <dm.h> #include <log.h> -int soc_spl_init(void) +int spl_soc_init(void) { int ret; struct udevice *dev; |