From 86304be09a9dca526e4e018163dc55df9096ea14 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Wed, 15 Sep 2010 16:13:20 -0700 Subject: switch over to ext4 - configure build for ext4 images - add tool to initialize filesystems at boot if need be - require new bootloader with ext4 partitions - hope for the best Change-Id: I9c721384ce139e24ff109971de49ceb5abb40406 --- BoardConfig.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index c3e8b55..7074daf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -66,3 +66,8 @@ BOARD_KERNEL_PAGESIZE := 4096 TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo + +TARGET_USERIMAGES_USE_EXT4 := true +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 1073741824 +BOARD_FLASH_BLOCK_SIZE := 4096 -- cgit v1.1