[U-Boot] [PATCH] armv8: lx2160a: Update CONFIG_SYS_FSL_PEBUF_BASE

Priyanka Jain priyanka.jain at nxp.com
Wed Nov 28 09:56:46 UTC 2018


As per hardware documentation,
CONFIG_SYS_FSL_PEBUF_BASE for lx2160a is 0x1c00000000

Signed-off-by: Priyanka Jain <priyanka.jain at nxp.com>
---
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
index 678ffe5..bdeb625 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
@@ -51,7 +51,11 @@
 #define CONFIG_SYS_FSL_WRIOP1_SIZE	0x100000000
 #define CONFIG_SYS_FSL_AIOP1_BASE	0x4b00000000
 #define CONFIG_SYS_FSL_AIOP1_SIZE	0x100000000
+#ifndef CONFIG_ARCH_LX2160A
 #define CONFIG_SYS_FSL_PEBUF_BASE	0x4c00000000
+#else
+#define CONFIG_SYS_FSL_PEBUF_BASE	0x1c00000000
+#endif
 #define CONFIG_SYS_FSL_PEBUF_SIZE	0x400000000
 #ifdef CONFIG_NXP_LSCH3_2
 #define CONFIG_SYS_FSL_DRAM_BASE2	0x2080000000
-- 
2.7.4



More information about the U-Boot mailing list