Skip to content

Commit

Permalink
armv8: layerscape: fix the function mismatch issue
Browse files Browse the repository at this point in the history
Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
  • Loading branch information
andynxp authored and p-priyanka-jain committed Apr 14, 2022
1 parent 56212c0 commit 07bc43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2014-2015 Freescale Semiconductor
* Copyright 2019 NXP
* Copyright 2019-2022 NXP
*
* Extracted from armv8/start.S
*/
Expand Down Expand Up @@ -353,7 +353,7 @@ ENTRY(fsl_ocram_clear_ecc_err)
ldr x0, =DCSR_DCFG_MBEESR2
str w1, [x0]
ret
ENDPROC(fsl_ocram_init)
ENDPROC(fsl_ocram_clear_ecc_err)
#endif

#ifdef CONFIG_FSL_LSCH3
Expand Down

0 comments on commit 07bc43f

Please sign in to comment.