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:49:54 +0800 |
commit | e3db9d7f780276c577afd65d5e553fe58f678a56 (patch) | |
tree | bff3807194d67af48af45da0329cdf101a81a053 /include | |
parent | fae9e8dcb136a12f8267102b1aa8f9df81d019ea (diff) | |
download | u-boot-imx-e3db9d7f780276c577afd65d5e553fe58f678a56.zip u-boot-imx-e3db9d7f780276c577afd65d5e553fe58f678a56.tar.gz u-boot-imx-e3db9d7f780276c577afd65d5e553fe58f678a56.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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx51_bbg_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_smd_android.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index d91529d..0eed306 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -170,7 +170,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 dev 0;" \ "mmc read ${loadaddr} 0x800 0x2000;" \ "mmc read ${rd_loadaddr} 0x3000 0x300\0" \ diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index a851b2a..b1f065d 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -167,8 +167,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_nommu gpu_memory=64M\0" \ + "androidboot.console=ttymxc0 video=mxcdi1fb:RGB666,XGA " \ + "ldb=di1 di1_primary pmem=32M,64M fbmem=5M gpu_memory=64M\0" "bootcmd_SD=mmc dev 1 0;" \ "mmc read ${loadaddr} 0x800 0x2000;" \ "mmc read ${rd_loadaddr} 0x3000 0x300\0" \ |