| /* |
| * Copyright (C) 2013-2016 Freescale Semiconductor, Inc. All Rights Reserved. |
| * |
| * SPDX-License-Identifier: GPL-2.0+ |
| */ |
| |
| #ifndef MX6DQSCM_ANDROID_H |
| #define MX6DQSCM_ANDROID_H |
| |
| #define CONFIG_CI_UDC |
| #define CONFIG_USBD_HS |
| #define CONFIG_USB_GADGET_DUALSPEED |
| |
| #define CONFIG_USB_GADGET |
| #define CONFIG_CMD_USB_MASS_STORAGE |
| #define CONFIG_USB_FUNCTION_MASS_STORAGE |
| #define CONFIG_USB_GADGET_DOWNLOAD |
| #define CONFIG_USB_GADGET_VBUS_DRAW 2 |
| |
| #define CONFIG_G_DNL_VENDOR_NUM 0x18d1 |
| #define CONFIG_G_DNL_PRODUCT_NUM 0x0d02 |
| #define CONFIG_G_DNL_MANUFACTURER "FSL" |
| |
| #define CONFIG_USB_FUNCTION_FASTBOOT |
| #define CONFIG_CMD_FASTBOOT |
| #define CONFIG_ANDROID_BOOT_IMAGE |
| #define CONFIG_FASTBOOT_FLASH |
| |
| #define CONFIG_FSL_FASTBOOT |
| #define CONFIG_ANDROID_RECOVERY |
| |
| #if defined CONFIG_SYS_BOOT_SATA |
| #define CONFIG_FASTBOOT_STORAGE_SATA |
| #define CONFIG_FASTBOOT_SATA_NO 0 |
| #else |
| #define CONFIG_FASTBOOT_STORAGE_MMC |
| #endif |
| |
| #define CONFIG_CMD_BOOTA |
| #define CONFIG_SUPPORT_RAW_INITRD |
| #define CONFIG_SERIAL_TAG |
| |
| #undef CONFIG_EXTRA_ENV_SETTINGS |
| #undef CONFIG_BOOTCOMMAND |
| |
| #define CONFIG_EXTRA_ENV_SETTINGS \ |
| "splashpos=m,m\0" \ |
| "fdt_high=0xffffffff\0" \ |
| "initrd_high=0xffffffff\0" \ |
| |
| #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR |
| #define CONFIG_FASTBOOT_BUF_SIZE 0x19000000 |
| |
| #endif /* MX6DQSCM_ANDROID_H */ |