mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
armv8: layerscape: fix the function mismatch issue
Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
20759b2973
commit
aaaa1be8f0
@ -1,7 +1,7 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2014-2015 Freescale Semiconductor
|
* (C) Copyright 2014-2015 Freescale Semiconductor
|
||||||
* Copyright 2019 NXP
|
* Copyright 2019-2022 NXP
|
||||||
*
|
*
|
||||||
* Extracted from armv8/start.S
|
* Extracted from armv8/start.S
|
||||||
*/
|
*/
|
||||||
@ -344,7 +344,7 @@ ENTRY(fsl_ocram_clear_ecc_err)
|
|||||||
ldr x0, =DCSR_DCFG_MBEESR2
|
ldr x0, =DCSR_DCFG_MBEESR2
|
||||||
str w1, [x0]
|
str w1, [x0]
|
||||||
ret
|
ret
|
||||||
ENDPROC(fsl_ocram_init)
|
ENDPROC(fsl_ocram_clear_ecc_err)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_FSL_LSCH3
|
#ifdef CONFIG_FSL_LSCH3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user