diff options
author | Sammy He <r62914@freescale.com> | 2011-01-27 21:57:04 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2011-01-28 01:16:58 +0800 |
commit | a069e6b2ca7e8f0ad39375ca12bec11bb0d41ba4 (patch) | |
tree | 29f6e3d6a7b3c29b679a45e813ac4be87be5ecb0 /include/configs/mx51_bbg_android.h | |
parent | e5a0219ac0190ec7ed472f515987bcfaee2cfb9c (diff) | |
download | u-boot-imx-a069e6b2ca7e8f0ad39375ca12bec11bb0d41ba4.zip u-boot-imx-a069e6b2ca7e8f0ad39375ca12bec11bb0d41ba4.tar.gz u-boot-imx-a069e6b2ca7e8f0ad39375ca12bec11bb0d41ba4.tar.bz2 |
ENGR00138549 Android fastboot: Support eMMC4.4 on imx53_smdrel_imx_2.6.35_11.01.00
Support eMMC4.4 storage on imx53_smd android fastboot, using
environment to control it, the command is:
> setenv fastboot_dev mmc1
Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/configs/mx51_bbg_android.h')
-rw-r--r-- | include/configs/mx51_bbg_android.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index 04607a1..6206678 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -100,7 +100,6 @@ #define CONFIG_FASTBOOT_CONFIGURATION_STR "Android fastboot" #define CONFIG_FASTBOOT_INTERFACE_STR "Android fastboot" #define CONFIG_FASTBOOT_SERIAL_NUM "12345" -#define CONFIG_FASTBOOT_MMC_NO 0 #define CONFIG_FASTBOOT_TRANSFER_BUF 0xA0000000 #define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */ |