summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhailo Sopiha2019-04-04 02:34:33 -0500
committerandroid-build-merger2019-04-04 02:34:33 -0500
commited800215545f56ecdea721fdaf39ef0cc10aa183 (patch)
treeae669d87d64aa1f4834a499ee22199ae2da11245
parent084da5b58a1e6b9e5c9c77783eee412c1ecdfe1e (diff)
parentdd34a0f52aca12af1e2c3a4ea689417ea999dbdb (diff)
downloaddevice-ti-beagle-x15-ed800215545f56ecdea721fdaf39ef0cc10aa183.tar.gz
device-ti-beagle-x15-ed800215545f56ecdea721fdaf39ef0cc10aa183.tar.xz
device-ti-beagle-x15-ed800215545f56ecdea721fdaf39ef0cc10aa183.zip
beagle_x15: Change system and userdata partition size am: e1ccb4762a
am: dd34a0f52a Change-Id: I44a5867a2222a9d7a2da18754c89d2a9e4eb8ec8
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d07a534..ba063e1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -41,8 +41,8 @@ BOARD_FLASH_BLOCK_SIZE := 4096
41 41
42USE_CAMERA_STUB := true 42USE_CAMERA_STUB := true
43 43
44BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB 44BOARD_USERDATAIMAGE_PARTITION_SIZE := 1879048192 # 1792MB
45BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB 45BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1024MB
46BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB 46BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
47 47
48TARGET_USERIMAGES_USE_EXT4 := true 48TARGET_USERIMAGES_USE_EXT4 := true