]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
armv8: ls1088 : MC alignment should always be fixed to 512MB
authorAshish Kumar <Ashish.Kumar@nxp.com>
Fri, 8 Dec 2017 05:40:40 +0000 (11:10 +0530)
committerYork Sun <york.sun@nxp.com>
Wed, 10 Jan 2018 20:27:36 +0000 (12:27 -0800)
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig

index 6c03dfb1d58cf015dbb05c8a2618b1aa9fc03798..d5f0e559647eb9a9d5cc1dccb31f83b363f16f5c 100644 (file)
@@ -493,8 +493,7 @@ config SYS_FSL_HAS_RGMII
 config SYS_MC_RSV_MEM_ALIGN
        hex "Management Complex reserved memory alignment"
        depends on RESV_RAM
-       default 0x20000000 if ARCH_LS2080A
-       default 0x70000000 if ARCH_LS1088A
+       default 0x20000000 if ARCH_LS2080A || ARCH_LS1088A
        help
          Reserved memory needs to be aligned for MC to use. Default value
          is 512MB.