aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-08-25 10:47:25 -0700
committerAndreas Blaesius <skate4life@gmx.de>2015-08-25 10:48:36 -0700
commitd17e0de85b88ed77af8ea71a867620f3d9744fba (patch)
treec00376ba8d6a128ec20121c046f27f25467b4e10 /BoardConfigCommon.mk
parent2a0046e6910f240e0fab5849bd7da72a4bf12dda (diff)
downloaddevice_samsung_espressowifi-d17e0de85b88ed77af8ea71a867620f3d9744fba.zip
device_samsung_espressowifi-d17e0de85b88ed77af8ea71a867620f3d9744fba.tar.gz
device_samsung_espressowifi-d17e0de85b88ed77af8ea71a867620f3d9744fba.tar.bz2
espresso-common: define recovery partition size
--- Entry #6 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 7 Attributes: 0 (Read-Only) Update Attributes: 0 Partition Block Size/Offset: 90112 Partition Block Count: 16384 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: RECOVERY Flash Filename: recovery.img FOTA Filename: Change-Id: I17388d708aaf87b74aaa7b1f99223972ff0cc124
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 696a019..284bb48 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -41,6 +41,7 @@ TARGET_PROVIDES_INIT_TARGET_RC := true
# Filesystem
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608
+BOARD_RECOVERYIMAGE_PARTITION_SIZE := 8388608
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648
BOARD_FLASH_BLOCK_SIZE := 4096