Merge "MIPS: Lower LibartImgDeviceBaseAddress() to fix ART tests." am: d55aa7bdad
am: e75269a157
Change-Id: I71f5f0a0652080a3601b7eef888fc3c0f3357759
This commit is contained in:
@@ -466,7 +466,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
|
|||||||
default:
|
default:
|
||||||
return "0x70000000"
|
return "0x70000000"
|
||||||
case Mips, Mips64:
|
case Mips, Mips64:
|
||||||
return "0x64000000"
|
return "0x5C000000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user