bsp/qoriq: Fix nocache region placement

Avoid memory waste due to alignment padding.  Provide enough space for
the DPAA driver infrastructure.
This commit is contained in:
Sebastian Huber
2016-04-12 07:30:38 +02:00
parent 0546e65ec2
commit a9cff51b05

View File

@@ -6,8 +6,8 @@
MEMORY {
LOW : ORIGIN = 0x00004000, LENGTH = 16M - 16k
NOCACHE : ORIGIN = 0x01000000, LENGTH = 48M
HIGH : ORIGIN = 0x04000000, LENGTH = 2048M - 64M
HIGH : ORIGIN = 0x01000000, LENGTH = 2048M - 80M
NOCACHE : ORIGIN = 0x7c000000, LENGTH = 64M
EMPTY : ORIGIN = 0x00000000, LENGTH = 0
}