summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-02-08 00:44:46 +0000
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-02-08 00:44:46 +0000
commit7cf266d432267d631e9a9f2f903705d2d1972740 (patch)
treed9d2c5126ffc8814f7f5fedc98cf542238ef3eac
parent0e918e218a6be6f6434312f4af6767f5eb8bbcea (diff)
snowball: android: increasing mali memory region
This is fixing bug: https://bugs.launchpad.net/igloocommunity/+bug/925913 Signed-off-by: Benn Porscke <benn.porscke@stericsson.com> Committer: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/u8500.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index eaa74cc64..727f093ee 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -160,8 +160,8 @@
"memargs512=mem=96M@0 mem_modem=32M@96M hwmem=32M@128M " \
"mem=64M@160M mem_mali=32M@224M " \
"pmem_hwb=128M@256M mem=128M@384M\0" \
- "memargs1024=mem=128M@0 mali.mali_mem=32M@128M " \
- "hwmem=168M@160M mem=48M@328M " \
+ "memargs1024=mem=128M@0 mali.mali_mem=64M@128M " \
+ "hwmem=168M@192M mem=22M@360M " \
"mem_issw=1M@383M mem=640M@384M\0" \
"memargs=setenv bootargs ${bootargs} ${memargs1024}\0" \
"emmcload=fat load mmc 0:2 ${loadaddr} /uImage\0" \