summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-15 16:13:20 -0700
committerBrian Swetland <swetland@google.com>2010-09-15 18:00:17 -0700
commit86304be09a9dca526e4e018163dc55df9096ea14 (patch)
treed119665be6f2b548acf440863cd757cdbe26adcf /BoardConfig.mk
parentfc505e57a9e0eefab9121f09761c02a5961637ff (diff)
downloaddevice_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.gz
device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.bz2
device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.zip
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
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
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