[U-Boot] [PATCH] armv8: lx2160a: Update LX2160 SVR value

Priyanka Jain priyanka.jain at nxp.com
Tue Oct 1 11:05:21 UTC 2019



>-----Original Message-----
>From: Wasim Khan
>Sent: Tuesday, October 1, 2019 4:27 PM
>To: Priyanka Jain <priyanka.jain at nxp.com>; albert.u.boot at aribaud.net
>Cc: u-boot at lists.denx.de; Wasim Khan <wasim.khan at nxp.com>
>Subject: [PATCH] armv8: lx2160a: Update LX2160 SVR value
>
>LX2160 SVR value should be 0x873600 by default.
>value 0x873601 is valid only if CAN fuse is blown.
>
Similar changes might be required for other personalities like LX2120
>Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
>---
> arch/arm/include/asm/arch-fsl-layerscape/soc.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/arch/arm/include/asm/arch-fsl-layerscape/soc.h
>b/arch/arm/include/asm/arch-fsl-layerscape/soc.h
>index 234440b..55f42f8 100644
>--- a/arch/arm/include/asm/arch-fsl-layerscape/soc.h
>+++ b/arch/arm/include/asm/arch-fsl-layerscape/soc.h
>@@ -1,6 +1,6 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
>- * Copyright 2017 NXP
>+ * Copyright 2017, 2019 NXP
If there were significant changes in 2018 as well,
better would be 2017-2019
>  * Copyright 2015 Freescale Semiconductor
>  */
>
>@@ -100,7 +100,7 @@ enum boot_src get_boot_src(void);
> #define SVR_LS2044A		0x870930
> #define SVR_LS2081A		0x870918
> #define SVR_LS2041A		0x870914
>-#define SVR_LX2160A		0x873601
>+#define SVR_LX2160A		0x873600
> #define SVR_LX2120A		0x873621
> #define SVR_LX2080A		0x873603
>
>--
>2.7.4
--priyankajain


More information about the U-Boot mailing list