summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-10-25 17:19:12 -0500
committerPraneeth Bajjuri2018-10-26 16:40:19 -0500
commit1fe6e773828f8483f97e5d335db1c392ccaaa7b6 (patch)
treed143c82c92d201dfbc777faad4322ea15c966610
parentc049c458f85572e070e19dbdfc1a0e7891d1fc58 (diff)
downloaddevice-ti-am65xevm-1fe6e773828f8483f97e5d335db1c392ccaaa7b6.tar.gz
device-ti-am65xevm-1fe6e773828f8483f97e5d335db1c392ccaaa7b6.tar.xz
device-ti-am65xevm-1fe6e773828f8483f97e5d335db1c392ccaaa7b6.zip
am65xevm: Enable dex-preoptimization
Enable dex-preoptimization to speed up the first boot sequence Enabling this feature also increases the system image size close to 1GB. Increasing the size of system image partition. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index abc4c04..2b6ddd6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -47,7 +47,7 @@ TARGET_USES_MKE2FS := true
47BOARD_FLASH_BLOCK_SIZE := 4096 47BOARD_FLASH_BLOCK_SIZE := 4096
48 48
49BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB 49BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB
50BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1GB 50BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 # 2GB
51BOARD_VENDORIMAGE_PARTITION_SIZE := 536870912 # 512MB 51BOARD_VENDORIMAGE_PARTITION_SIZE := 536870912 # 512MB
52 52
53TARGET_USERIMAGES_USE_EXT4 := true 53TARGET_USERIMAGES_USE_EXT4 := true