summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-03-06 12:45:24 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-03-06 12:45:24 -0700
commit5291189c82c1ca9c0c41a8634ff3243f63afba3d (patch)
treef2c6c822cab0424eabb936d1ccd44f09de96d2a1
parentdf549fd1d9cd85edf85a877de11a7f40585e01c4 (diff)
snowball: pushing vmalloc to 300M
This is to address the following bug: https://bugs.launchpad.net/igloocommunity/+bug/934034 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
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" \