aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Veichtlbauer <georg@vware.at>2020-12-17 23:15:12 +0100
committerArian <arian.kulmer@web.de>2020-12-18 12:18:02 +0100
commit9c49433b207b2d8b881db215f0112087119d8d5c (patch)
tree8d77317574ca67e614384f97620f17273955152c
parent97eeb7f5dd71bfbb2cd6c0743782ac9945ff9885 (diff)
shinano-common: De-commonize partition sizes
* castor/castor_windy differ from other devices Change-Id: I27817fb40f73db4fdcd984a92415bb07aba12269
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index bc11a41..b2a6e1b 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -50,10 +50,6 @@ BOARD_HAVE_BCM_FM := true
# Init
TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_shinano
-# Partition information
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2671771648
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 12656294912
-
# Recovery
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom
TARGET_RECOVERY_PIXEL_FORMAT := "RGBA_8888"