diff options
author | Jeff Kudrick <jeff.kudrick@freescale.com> | 2012-03-02 07:26:18 -0600 |
---|---|---|
committer | Jeff Kudrick <jeff.kudrick@freescale.com> | 2012-03-02 07:26:18 -0600 |
commit | f3244e35d6eeea7e617f1eab105138815cf35228 (patch) | |
tree | 086955c5fcb7a1fef03d3720a22fc74551ad600c | |
parent | 215dfb879614eae2c31c513ea05c5e46be3fb7b7 (diff) | |
download | u-boot-imx-f3244e35d6eeea7e617f1eab105138815cf35228.zip u-boot-imx-f3244e35d6eeea7e617f1eab105138815cf35228.tar.gz u-boot-imx-f3244e35d6eeea7e617f1eab105138815cf35228.tar.bz2 |
ENGR00175594: iMX53 SMD ICS default boot environment
The iMX53 SMD ICS configuration file has the default environment
variables updated to support as default a boot from external SD
without access to U-Boot environment.
Signed-off-by: Jeff Kudrick <jeff.kudrick@freescale.com>
-rwxr-xr-x | include/configs/mx53_smd_android_ics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_smd_android_ics.h b/include/configs/mx53_smd_android_ics.h index 5fd3eba..5215823 100755 --- a/include/configs/mx53_smd_android_ics.h +++ b/include/configs/mx53_smd_android_ics.h @@ -168,9 +168,9 @@ "rd_loadaddr=0x70D00000\0" \ "bootargs=console=ttymxc0,115200 init=/init " \ "androidboot.console=ttymxc0 " \ - "video=mxcdi1fb:RGB666,XGA " \ + "video=mxcdi1fb:RGB666,LDB-XGA " \ "ldb=di1 di1_primary pmem=128M,64M fbmem=10M " \ - "gpu_memory=128M vmalloc=576M\0" \ + "gpu_memory=128M vmalloc=576M fs_sdcard=1\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" \ |