summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-12-08 11:10:40 +0530
committerYork Sun <york.sun@nxp.com>2018-01-10 12:27:36 -0800
commitfa60abc6e690627ef8441a0ca6fc5cedd0b16374 (patch)
tree973717114c1191677ab88f1867cc9ac76dacef27 /arch/arm/cpu/armv8/fsl-layerscape/Kconfig
parentf3dd87e0b98999a78e500e8c6d2b063ebadf535a (diff)
downloadu-boot-fa60abc6e690627ef8441a0ca6fc5cedd0b16374.tar.gz
u-boot-fa60abc6e690627ef8441a0ca6fc5cedd0b16374.tar.xz
u-boot-fa60abc6e690627ef8441a0ca6fc5cedd0b16374.zip
armv8: ls1088 : MC alignment should always be fixed to 512MB
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/Kconfig')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 6c03dfb1d5..d5f0e55964 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -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.