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

Wasim Khan wasim.khan at nxp.com
Tue Oct 1 10:56:42 UTC 2019


LX2160 SVR value should be 0x873600 by default.
value 0x873601 is valid only if CAN fuse is blown.

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
  * 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



More information about the U-Boot mailing list