summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykhailo Sopiha <mykhailo.sopiha@linaro.org>2019-01-02 23:01:45 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2019-01-04 17:39:32 -0600
commit8e8c25e0084119f0648211575e6a6593b7239de4 (patch)
treec7e087cd6d365cf54601d799d4036e26c1801237
parent3b4df333e15d861ac3dec856e98d3a1df35e73c7 (diff)
downloadam57xevm-d-oreo-mr1-core-release.tar.gz
am57xevm: Decrease userdata image sized-oreo-mr1-core-release
This patch decreases userdata image size due to partition size changes in u-boot[1]. from project https://android.googlesource.com/platform/external/u-boot commit: 528920f94ef22f9e5cf183cc193246e01280c65e Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index fe0d142..790bad7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -48,10 +48,10 @@ TARGET_USES_MKE2FS := true
BOARD_FLASH_BLOCK_SIZE := 4096
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 # 2GB
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
-BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 # 256MB
-BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MB
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 1879048192 # 1792MiB
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MiB
+BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 # 256MiB
+BOARD_VENDORIMAGE_PARTITION_SIZE := 268435456 # 256MiB
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4