diff options
author | Arian <arian.kulmer@web.de> | 2019-09-23 14:40:52 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | 73c6458a87a6136c20125b044b2f4405a4c970f2 (patch) | |
tree | bc3776a9eb2bb52f71e254a09ce5b4f47c13566b | |
parent | dc9c1ab85897b811952c358ad2066f0dadbeb922 (diff) |
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
-rw-r--r-- | BoardConfigCommon.mk | 7 |
1 files changed, 1 insertions, 6 deletions
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 |