mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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>
This commit is contained in:
parent
f3dd87e0b9
commit
fa60abc6e6
1 changed files with 1 additions and 2 deletions
|
@ -493,8 +493,7 @@ config SYS_FSL_HAS_RGMII
|
||||||
config SYS_MC_RSV_MEM_ALIGN
|
config SYS_MC_RSV_MEM_ALIGN
|
||||||
hex "Management Complex reserved memory alignment"
|
hex "Management Complex reserved memory alignment"
|
||||||
depends on RESV_RAM
|
depends on RESV_RAM
|
||||||
default 0x20000000 if ARCH_LS2080A
|
default 0x20000000 if ARCH_LS2080A || ARCH_LS1088A
|
||||||
default 0x70000000 if ARCH_LS1088A
|
|
||||||
help
|
help
|
||||||
Reserved memory needs to be aligned for MC to use. Default value
|
Reserved memory needs to be aligned for MC to use. Default value
|
||||||
is 512MB.
|
is 512MB.
|
||||||
|
|
Loading…
Add table
Reference in a new issue