summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd_android.h
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2011-01-24 08:02:54 +0800
committerSammy He <r62914@freescale.com>2011-01-26 03:29:33 +0800
commitc7c9adb7ec54c5686e5ca975cae76a3c3f13d777 (patch)
treed1ee8c11c7dcdc7ea2141b25752e6aa697df23b1 /include/configs/mx53_smd_android.h
parent7541f71bc0730426a2463151e547957c5d5426cf (diff)
downloadu-boot-imx-c7c9adb7ec54c5686e5ca975cae76a3c3f13d777.zip
u-boot-imx-c7c9adb7ec54c5686e5ca975cae76a3c3f13d777.tar.gz
u-boot-imx-c7c9adb7ec54c5686e5ca975cae76a3c3f13d777.tar.bz2
ENGR00138422-2 Add SATA storage support for android fastboot
Add SATA storage support for android fastboot. Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r--include/configs/mx53_smd_android.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index 9c92f01..dcf71c1 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.h
@@ -81,7 +81,7 @@
#define CONFIG_USB_DEVICE
#define CONFIG_IMX_UDC 1
#define CONFIG_FASTBOOT 1
-#define CONFIG_FASTBOOT_STORAGE_EMMC
+#define CONFIG_FASTBOOT_STORAGE_EMMC_SATA
#define CONFIG_FASTBOOT_VENDOR_ID 0xbb4
#define CONFIG_FASTBOOT_PRODUCT_ID 0xc01
#define CONFIG_FASTBOOT_BCD_DEVICE 0x311
@@ -91,6 +91,7 @@
#define CONFIG_FASTBOOT_INTERFACE_STR "Android fastboot"
#define CONFIG_FASTBOOT_SERIAL_NUM "12345"
#define CONFIG_FASTBOOT_MMC_NO 0
+#define CONFIG_FASTBOOT_SATA_NO 0
#define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000
#define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x8000000 /* 128M byte */