bsp/qoriq: Increase non-cacheable region

This commit is contained in:
Sebastian Huber
2015-10-28 10:21:19 +01:00
parent 9fa9371021
commit 9dab6ecaf0

View File

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