From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Chen Date: Thu, 6 Aug 2020 11:29:21 +0800 Subject: [PATCH 3/6] riscv: sifive/fu540: spl: Rename soc_spl_init() In-Reply-To: <752D002CFF5D0F4FA35C0100F1D73F3FA473144C@ATCPCS16.andestech.com> References: <1596434946-12630-1-git-send-email-bmeng.cn@gmail.com> <1596434946-12630-3-git-send-email-bmeng.cn@gmail.com> <752D002CFF5D0F4FA35C0100F1D73F3FA473144C@ATCPCS16.andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Bin Meng [mailto:bmeng.cn at gmail.com] > Sent: Monday, August 03, 2020 2:09 PM > To: Rick Jian-Zhi Chen(???); Pragnesh Patel; U-Boot Mailing List > Cc: Bin Meng > Subject: [PATCH 3/6] riscv: sifive/fu540: spl: Rename soc_spl_init() > > From: Bin Meng > > spl_soc_init() seems to be a better name, as all SPL functions names start from the spl_ prefix. > > Signed-off-by: Bin Meng > --- > > arch/riscv/cpu/fu540/spl.c | 2 +- > arch/riscv/include/asm/arch-fu540/spl.h | 2 +- > board/sifive/fu540/spl.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Rick Chen