diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-01-12 10:38:29 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-01-12 10:43:45 +0800 |
commit | 8b6086d7e9ca02bb73393c1ea3e991817414b0d8 (patch) | |
tree | 2cf5a48634478877376436a1e00d51ccea5ca0fd /include | |
parent | 44d91a044adf84106264ae104837a23a191bf67b (diff) | |
download | u-boot-imx-8b6086d7e9ca02bb73393c1ea3e991817414b0d8.zip u-boot-imx-8b6086d7e9ca02bb73393c1ea3e991817414b0d8.tar.gz u-boot-imx-8b6086d7e9ca02bb73393c1ea3e991817414b0d8.tar.bz2 |
ENGR00171872 Android: update sabrelite default config fix a typo.
Fix a typo in default config.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6q_sabrelite_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabrelite_android.h b/include/configs/mx6q_sabrelite_android.h index 2c5e09f..c9e1f73 100644 --- a/include/configs/mx6q_sabrelite_android.h +++ b/include/configs/mx6q_sabrelite_android.h @@ -149,7 +149,7 @@ "ethaddr=00:04:9f:00:ea:d3\0" \ "bootfile=uImage\0" \ "bootargs=console=ttymxc0,115200 init=/init rw " \ - "video=mxcfb0 fbmem=10M vmalloc=400M enable_wiat_mode=off\0" \ + "video=mxcfb0 fbmem=10M vmalloc=400M enable_wait_mode=off\0" \ "bootcmd_SD=mmc dev 1;" \ "mmc read ${loadaddr} 0x800 0x2000;" \ "mmc read ${rd_loadaddr} 0x3000 0x300\0" \ |