summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorShawn Alty <shawn.alty@gmail.com>2011-11-28 16:37:45 -0600
committerShawn Alty <shawn.alty@gmail.com>2011-11-28 16:37:45 -0600
commitb452b5b077da38549e4d7e1b4a7db1f4b0ed7b40 (patch)
treeeffc8ae2bcd0919099c1853bac113f0408a07d34 /BoardConfigCommon.mk
parente75c838fab3d40b216b1053d37e0e01335550f57 (diff)
downloaddevice_samsung_aries-common-b452b5b077da38549e4d7e1b4a7db1f4b0ed7b40.zip
device_samsung_aries-common-b452b5b077da38549e4d7e1b4a7db1f4b0ed7b40.tar.gz
device_samsung_aries-common-b452b5b077da38549e4d7e1b4a7db1f4b0ed7b40.tar.bz2
Increase system image size to not b0rk out on images larger than our old system size
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 04e9a50..807438e 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -65,7 +65,7 @@ BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_CMDLINE := console=ttyFIQ0,115200 init=/init no_console_suspend
BOARD_BOOTIMAGE_PARTITION_SIZE := 7864320
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 196608000
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 262144000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2013265920
BOARD_FLASH_BLOCK_SIZE := 4096