diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-23 00:02:06 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2011-12-23 10:43:46 +0800 |
commit | 11ac4b7473b090d9c9fc295478ea59f7bfb8cb60 (patch) | |
tree | 31443ce579c295824dad989ee0415370c1d974c5 | |
parent | a53e91041a9e8c803a9e7f927e2d8e7f41dd173d (diff) | |
download | u-boot-imx-11ac4b7473b090d9c9fc295478ea59f7bfb8cb60.zip u-boot-imx-11ac4b7473b090d9c9fc295478ea59f7bfb8cb60.tar.gz u-boot-imx-11ac4b7473b090d9c9fc295478ea59f7bfb8cb60.tar.bz2 |
ENGR00170876 Android: align boot commands with user guide.
Align latest boot command with user guide.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r-- | include/configs/mx51_bbg_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_smd_android.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index dbb8ab3..7a6d720 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -169,7 +169,7 @@ "loadaddr=0x90800000\0" \ "rd_loadaddr=0x90D00000\0" \ "bootargs=console=ttymxc0 init=/init androidboot.console=ttymxc0 " \ - "di1_primary gpu_nommu gpu_memory=32M calibration\0" \ + "di1_primary pmem=32M,64M fbmem=5M gpu_memory=32M calibration\0" \ "bootcmd_SD=mmc read 0 ${loadaddr} 0x800 0x2000;" \ "mmc read 0 ${rd_loadaddr} 0x3000 0x300\0" \ "bootcmd=run bootcmd_SD; bootm ${loadaddr} ${rd_loadaddr}\0" \ diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index fe9b7bb..b3a91e7 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -167,7 +167,7 @@ "rd_loadaddr=0x70D00000\0" \ "bootargs=console=ttymxc0 init=/init " \ "androidboot.console=ttymxc0 video=mxcdi1fb:RGB666,XGA " \ - "ldb=di1 di1_primary gpu_memory=64M vmalloc=400M fbmem=14M\0" \ + "ldb=di1 di1_primary pmem=32M,64M fbmem=5M gpu_memory=64M\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" \ |