layerscape: add 64b/32b target for ls1012ardb device
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch
1 From f1b3374b2f99b30795423a4ae514e634bb84a1d9 Mon Sep 17 00:00:00 2001
2 From: Abhimanyu Saini <abhimanyu.saini@nxp.com>
3 Date: Fri, 24 Jun 2016 10:32:59 +0530
4 Subject: [PATCH 62/93] ARMv8: freescale: Fix the address map of SCFG
5
6 Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
7 Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com>
8 ---
9 .../include/asm/arch-fsl-layerscape/immap_lsch2.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
13 index a7bc2a4..696d0a3 100644
14 --- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
15 +++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
16 @@ -450,7 +450,7 @@ struct ccsr_scfg {
17 u32 pfebsbcr;
18 u8 res_460[0x484-0x460];
19 u32 mdioselcr;
20 - u8 res_468[0x600-0x468];
21 + u8 res_488[0x600-0x488];
22 u32 scratchrw[4];
23 u8 res_610[0x680-0x610];
24 u32 corebcr;
25 --
26 1.7.9.5
27