From 1ff4d0a074ae7a50fa40862e0a0a8bcdde7cb2d5 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Tue, 25 Aug 2015 11:12:59 -0700 Subject: 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 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1