riscv: sifive/fu540: spl: Rename soc_spl_init()
[platform/kernel/u-boot.git] / arch / riscv / include / asm / arch-fu540 / spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2020 SiFive, Inc.
4  *
5  * Authors:
6  *   Pragnesh Patel <pragnesh.patel@sifve.com>
7  */
8
9 #ifndef _SPL_SIFIVE_H
10 #define _SPL_SIFIVE_H
11
12 int spl_soc_init(void);
13
14 #endif /* _SPL_SIFIVE_H */