bsp/qoriq: Reduce static memory demands

Update #3085.
This commit is contained in:
Sebastian Huber
2017-09-19 10:06:19 +02:00
parent ec28f31138
commit 44c011439c

View File

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