From 73c6458a87a6136c20125b044b2f4405a4c970f2 Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 23 Sep 2019 14:40:52 +0200 Subject: shinano-common: Commonize Partition information to msm8974-common * data and system is shinano-common, rhine has a bigger data and smaller system partition Change-Id: I193637500c9aad637d164ad0f410290ef92397f3 --- BoardConfigCommon.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bb44d0b..6b3bbdf 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -57,10 +57,7 @@ BOARD_BRCM_HCI_NUM := 26 TARGET_USES_MEDIA_EXTENSIONS := true # Filesystem -BOARD_FLASH_BLOCK_SIZE := 131072 TARGET_FS_CONFIG_GEN += $(COMMON_PATH)/config.fs -TARGET_USERIMAGES_USE_EXT4 := true -TARGET_USERIMAGES_USE_F2FS := true # FM BOARD_HAVE_BCM_FM := true @@ -69,10 +66,8 @@ BOARD_HAVE_BCM_FM := true TARGET_INIT_VENDOR_LIB := libinit_shinano # Partition information -BOARD_BOOTIMAGE_PARTITION_SIZE := 20971520 -BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16777216 -BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2671771648 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 12656294912 BOARD_ROOT_EXTRA_FOLDERS := idd lta-label # Recovery -- cgit v1.2.3