forked from Imagelibrary/rtems
bsp/qoriq: Increase non-cacheable region
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user