summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Chen <b03824@freescale.com>2011-10-31 12:43:22 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-12-16 13:06:13 +0800
commit72ec78b6d2c8104655f4c4d6d49ce699aefbc778 (patch)
tree1ee4bac4c91ab07d7f433a3aef916a6d5b66e371
parent84942083f9743bb6411b45e97d70c58684ad1351 (diff)
downloadu-boot-imx-72ec78b6d2c8104655f4c4d6d49ce699aefbc778.zip
u-boot-imx-72ec78b6d2c8104655f4c4d6d49ce699aefbc778.tar.gz
u-boot-imx-72ec78b6d2c8104655f4c4d6d49ce699aefbc778.tar.bz2
ENGR00159773 mx53 smd: align default bootargs with kernel
The latest kernel with memory optimize needs fb0 reserve buffer size, pmem size and somehow vmalloc size configuration in boot command line. Here change the GB/HC uboot to align. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r--include/configs/mx53_smd_android.h2
-rw-r--r--include/configs/mx53_smd_android_hc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index dc57bba..d48dbd6 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.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_nommu gpu_memory=64M\0" \
+ "ldb=di1 di1_primary gpu_memory=64M vmalloc=400M fbmem=14M\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" \
diff --git a/include/configs/mx53_smd_android_hc.h b/include/configs/mx53_smd_android_hc.h
index d859cd5..db569f4 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_nommu gpu_memory=128M\0" \
+ "ldb=di1 di1_primary gpu_memory=128M fbmem=14M pmem=128M,16M\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" \