Skip to content

Commit

Permalink
osprey: Set cache partition size
Browse files Browse the repository at this point in the history
Change-Id: I978ce733150d25dbf9a8293c14b8e6900a4b18e6
  • Loading branch information
Alberto97 authored and nickdoherty81 committed Dec 13, 2016
1 parent f311158 commit dcdfd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TARGET_KERNEL_CONFIG := osprey_defconfig

# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 16777216 # 16384 * 1024 mmcblk0p31
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 # 262144 * 1024 mmcblk0p40
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16879616 # 16484 * 1024 mmcblk0p32
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2432696320 # 2375680 * 1024 mmcblk0p41
BOARD_PERSISTIMAGE_PARTITION_SIZE := 8388608 # 8192 * 1024 mmcblk0p29
Expand Down

0 comments on commit dcdfd42

Please sign in to comment.