diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-11-02 17:57:47 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-16 13:06:13 +0800 |
commit | ad5e08268ec57c68b46396a3a9e20479c9ccb2c3 (patch) | |
tree | 29f29627985de917fff385df883269fadda7c738 | |
parent | 9eb908663a9a4a69adb6e3590079e856ddede765 (diff) | |
download | u-boot-imx-ad5e08268ec57c68b46396a3a9e20479c9ccb2c3.zip u-boot-imx-ad5e08268ec57c68b46396a3a9e20479c9ccb2c3.tar.gz u-boot-imx-ad5e08268ec57c68b46396a3a9e20479c9ccb2c3.tar.bz2 |
ENGR00161252 mx53_smd: enlarge vmalloc vm area for HC.
300MB vmalloc vm area is not enough for GPU driver.
enlarge to 400.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r-- | include/configs/mx53_smd_android_hc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_smd_android_hc.h b/include/configs/mx53_smd_android_hc.h index db569f4..5db4a92 100644 --- a/include/configs/mx53_smd_android_hc.h +++ b/include/configs/mx53_smd_android_hc.h @@ -163,7 +163,7 @@ "rd_loadaddr=0x70D00000\0" \ "bootargs=console=ttymxc0 init=/init " \ "androidboot.console=ttymxc0 video=mxcdi1fb:RGB666,XGA " \ - "ldb=di1 di1_primary gpu_memory=128M fbmem=14M pmem=128M,16M\0" \ + "ldb=di1 di1_primary gpu_memory=128M fbmem=14M pmem=128M,16M vmalloc=400M\0" \ "bootcmd_SD=mmc read 1 ${loadaddr} 0x800 0x2000;" \ "mmc read 1 ${rd_loadaddr} 0x3000 0x300\0" \ "bootcmd=run bootcmd_SD; bootm ${loadaddr} ${rd_loadaddr}\0" \ |