From 5291189c82c1ca9c0c41a8634ff3243f63afba3d Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Tue, 6 Mar 2012 12:45:24 -0700 Subject: snowball: pushing vmalloc to 300M This is to address the following bug: https://bugs.launchpad.net/igloocommunity/+bug/934034 Signed-off-by: Mathieu Poirier --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 727f093ee..05eb70d4d 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -167,7 +167,7 @@ "emmcload=fat load mmc 0:2 ${loadaddr} /uImage\0" \ "mmcload=fat load mmc 1:1 ${loadaddr} /uImage\0" \ "commonargs=setenv bootargs console=${console} " \ - "vmalloc=256M\0" \ + "vmalloc=300M\0" \ "emmcargs=setenv bootargs ${bootargs} " \ "root=/dev/mmcblk0p2 " \ "rootwait\0" \ -- cgit v1.2.3