summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-03-23 20:33:06 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-03-23 20:34:06 +0800
commitcd0cf0ce16aa681d681d210a3513357d5ca02490 (patch)
tree1c9d6399bbe4b408b6099433cdfa75040ff73385
parent76562a907cf88d852eaebbba6cb7aad13bb2c9df (diff)
downloadu-boot-imx-cd0cf0ce16aa681d681d210a3513357d5ca02490.zip
u-boot-imx-cd0cf0ce16aa681d681d210a3513357d5ca02490.tar.gz
u-boot-imx-cd0cf0ce16aa681d681d210a3513357d5ca02490.tar.bz2
ENGR00141058 MX50_RDP: Android Fix typo in recoevry command linerel_imx_2.6.35_11.03.00
A typo is in last commit, will cause android recovery not work. Add a space between two string. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r--include/configs/mx50_rdp_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx50_rdp_android.h b/include/configs/mx50_rdp_android.h
index ac4cc80..0b8997c 100644
--- a/include/configs/mx50_rdp_android.h
+++ b/include/configs/mx50_rdp_android.h
@@ -315,7 +315,7 @@
#define CONFIG_ANDROID_RECOVERY
#define CONFIG_ANDROID_RECOVERY_BOOTARGS_MMC \
"setenv bootargs ${bootargs} init=/init root=/dev/mmcblk0p4" \
- "rootfs=ext4 keypad"
+ " rootfs=ext4 keypad"
#define CONFIG_ANDROID_RECOVERY_BOOTCMD_MMC \
"run bootargs_base bootargs_android_recovery;" \
"mmc read 0 ${loadaddr} 0x800 0x2000;bootm"