MIPS: Adjust LibartImgDeviceBaseAddress() for CC GC.
The concurrent copying GC allocates large contiguous space at low addresses. This moves the image(s) out of the way to higher addresses. Test: booted MIPS32R2 in QEMU Test: booted MIPS64 (with 2nd arch MIPS32R2) in QEMU Change-Id: I1c54e6142844ab1ad7820765ae313650e9ab8875
This commit is contained in:
parent
3250879667
commit
6e5dfaaeb1
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
|
||||||
default:
|
default:
|
||||||
return "0x70000000"
|
return "0x70000000"
|
||||||
case Mips, Mips64:
|
case Mips, Mips64:
|
||||||
return "0x30000000"
|
return "0x64000000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue