zuma: Set max supported page size to 4096
Temporarily reset the max page size on zuma devices to 4096 to avoid extra gap VMAs in P23 devices for qpr1. Bug: 300942232 Test: readelf -Wl /system/bin/init Change-Id: I1fda0599a21c633292062db1278df0fed50de23e Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
This commit is contained in:
parent
c54ce72fc0
commit
9b743e5938
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.thermal_warmreset = true
|
||||
|
||||
# Set the max page size to 4096 (b/300367402)
|
||||
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
|
||||
|
||||
# Indicate that the bootloader supports the MTE developer option switch
|
||||
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
|
||||
# force enable MTE.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue