Message ID | 1493352171-30851-3-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/4] device.mk: Add options to make things perform a bit better in lowmemory situations | expand |
diff --git a/configs/db410c_defconfig b/configs/db410c_defconfig index e523327..2923287 100644 --- a/configs/db410c_defconfig +++ b/configs/db410c_defconfig @@ -1,6 +1,6 @@ CONFIG_PRODUCT_DEVICE="db410c" CONFIG_DALVIK_VM_HEAPSIZE=32 -CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=880803840 +CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=1288491008 CONFIG_BOARD_USERDATAIMAGE_PARTITION_SIZE=5653544960 CONFIG_KERNEL=y CONFIG_KERNEL_PATH="device/linaro/generic-kernels/android-db410c-qcomlt-4.9.gz-dtb"
System partition size is closer to 1.2gb then 800mb, so fix this up. Cc: Rob Herring <rob.herring@linaro.org> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Vishal Bhoj <vishal.bhoj@linaro.org> Cc: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> --- configs/db410c_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4