From 55177b947e2592bbcd9074105d03fc3d76d12664 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Mon, 20 Jul 2015 21:41:36 +0200 Subject: espresso-common: Add f2fs filesystem support Change-Id: I0b1ee7b9a4b020a94311b789a150731f7b673b5d --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f921dee..43e9640 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -44,6 +44,9 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648 BOARD_FLASH_BLOCK_SIZE := 4096 +# F2FS filesystem +TARGET_USERIMAGES_USE_F2FS := true + # Egl BOARD_EGL_CFG := device/samsung/espresso-common/configs/egl.cfg USE_OPENGL_RENDERER := true -- cgit v1.1