aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-08-25 11:12:59 -0700
committerAndreas Blaesius <skate4life@gmx.de>2015-08-25 11:16:31 -0700
commit1ff4d0a074ae7a50fa40862e0a0a8bcdde7cb2d5 (patch)
tree2710ca75adddb643df79af5557b10b639c4aeb24 /BoardConfigCommon.mk
parentd17e0de85b88ed77af8ea71a867620f3d9744fba (diff)
downloaddevice_samsung_espressowifi-1ff4d0a074ae7a50fa40862e0a0a8bcdde7cb2d5.zip
device_samsung_espressowifi-1ff4d0a074ae7a50fa40862e0a0a8bcdde7cb2d5.tar.gz
device_samsung_espressowifi-1ff4d0a074ae7a50fa40862e0a0a8bcdde7cb2d5.tar.bz2
espresso-common: define cache partition size
--- Entry #7 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 8 Attributes: 1 (Read/Write) Update Attributes: 0 Partition Block Size/Offset: 106496 Partition Block Count: 1433600 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: CACHE Flash Filename: cache.img FOTA Filename: --------------- 1433600 * 512 = 734003200 Change-Id: Ib1392d2acb531daf18e0304c01ffefa6bf81c5b1
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 284bb48..6544c00 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_CACHEIMAGE_PARTITION_SIZE := 734003200
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 8388608
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648