diff options
Diffstat (limited to 'package/boot/uboot-layerscape/patches/0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch')
-rw-r--r-- | package/boot/uboot-layerscape/patches/0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/boot/uboot-layerscape/patches/0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch b/package/boot/uboot-layerscape/patches/0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch new file mode 100644 index 0000000000..384e7aea70 --- /dev/null +++ b/package/boot/uboot-layerscape/patches/0062-ARMv8-freescale-Fix-the-address-map-of-SCFG.patch @@ -0,0 +1,27 @@ +From f1b3374b2f99b30795423a4ae514e634bb84a1d9 Mon Sep 17 00:00:00 2001 +From: Abhimanyu Saini <abhimanyu.saini@nxp.com> +Date: Fri, 24 Jun 2016 10:32:59 +0530 +Subject: [PATCH 62/93] ARMv8: freescale: Fix the address map of SCFG + +Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> +Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com> +--- + .../include/asm/arch-fsl-layerscape/immap_lsch2.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h +index a7bc2a4..696d0a3 100644 +--- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h ++++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h +@@ -450,7 +450,7 @@ struct ccsr_scfg { + u32 pfebsbcr; + u8 res_460[0x484-0x460]; + u32 mdioselcr; +- u8 res_468[0x600-0x468]; ++ u8 res_488[0x600-0x488]; + u32 scratchrw[4]; + u8 res_610[0x680-0x610]; + u32 corebcr; +-- +1.7.9.5 + |