
28 May
2021
28 May
'21
10:22 a.m.
On Fri, Apr 30, 2021 at 3:41 PM Siew Chin Lim elly.siew.chin.lim@intel.com wrote:
Add SPL for N5X.
Signed-off-by: Siew Chin Lim elly.siew.chin.lim@intel.com
.../mach-socfpga/{spl_agilex.c => spl_n5x.c} | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) copy arch/arm/mach-socfpga/{spl_agilex.c => spl_n5x.c} (83%)
diff --git a/arch/arm/mach-socfpga/spl_agilex.c b/arch/arm/mach-socfpga/spl_n5x.c similarity index 83% copy from arch/arm/mach-socfpga/spl_agilex.c copy to arch/arm/mach-socfpga/spl_n5x.c index ee5a9dc1e2..d056871d29 100644 --- a/arch/arm/mach-socfpga/spl_agilex.c +++ b/arch/arm/mach-socfpga/spl_n5x.c @@ -1,27 +1,26 @@ // SPDX-License-Identifier: GPL-2.0 /*
Reviewed-by: Ley Foon Tan lftan.linux@gmail.com