diff options
author | Xinyu Chen <b03824@freescale.com> | 2011-11-04 10:06:27 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-16 13:06:13 +0800 |
commit | 0ba0ef7973c41c0bfb4879aa1bb1e4fe3b6238ab (patch) | |
tree | 6e8ecbeeb9423c5b4367e98b88219c2b103966e8 | |
parent | ad5e08268ec57c68b46396a3a9e20479c9ccb2c3 (diff) | |
download | u-boot-imx-0ba0ef7973c41c0bfb4879aa1bb1e4fe3b6238ab.zip u-boot-imx-0ba0ef7973c41c0bfb4879aa1bb1e4fe3b6238ab.tar.gz u-boot-imx-0ba0ef7973c41c0bfb4879aa1bb1e4fe3b6238ab.tar.bz2 |
ENGR00161380 mx53 smd: add bpp=32 into default bootargs
Enable RGBA formated fb buffers.
And increase the VPU pmem to 32MB.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r-- | include/configs/mx53_smd_android_hc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_smd_android_hc.h b/include/configs/mx53_smd_android_hc.h index 5db4a92..568c2ec 100644 --- a/include/configs/mx53_smd_android_hc.h +++ b/include/configs/mx53_smd_android_hc.h @@ -162,8 +162,8 @@ "loadaddr=0x70800000\0" \ "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 vmalloc=400M\0" \ + "androidboot.console=ttymxc0 video=mxcdi1fb:RGB666,XGA,bpp=32 " \ + "ldb=di1 di1_primary gpu_memory=128M fbmem=10M pmem=128M,32M 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" \ |