summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index eb0ea33..55e36d4 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -57,14 +57,12 @@ BOARD_KERNEL_BASE := 0x40000000
BOARD_KERNEL_PAGESIZE := 2048
# Filesystem
-BOARD_NAND_PAGE_SIZE := 4096
-BOARD_NAND_SPARE_SIZE := 128
BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 8388608
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12381585408
BOARD_FLASH_BLOCK_SIZE := 4096
-TARGET_USERIMAGES_USE_EXT4 := true
+TARGET_USERIMAGES_USE_EXT4 := false
# Graphics
BOARD_EGL_CFG := device/samsung/i9300/configs/egl.cfg
@@ -150,3 +148,5 @@ TARGET_OTA_ASSERT_DEVICE := m0,i9300,GT-I9300
# inherit from the proprietary version
-include vendor/samsung/i9300/BoardConfigVendor.mk
+
+BOARD_CUSTOM_USERIMG_MK := device/samsung/i9300/userimg.mk