diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx51_bbg_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_evk_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx53_smd_android.h | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index a460954..4b1271a 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -91,7 +91,7 @@ #define CONFIG_USB_DEVICE #define CONFIG_FASTBOOT 1 #define CONFIG_IMX_UDC 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 diff --git a/include/configs/mx53_evk_android.h b/include/configs/mx53_evk_android.h index cf80932..00007e7 100644 --- a/include/configs/mx53_evk_android.h +++ b/include/configs/mx53_evk_android.h @@ -81,7 +81,7 @@ #define CONFIG_USB_DEVICE #define CONFIG_FASTBOOT 1 #define CONFIG_IMX_UDC 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 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 */ |