diff options
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 75d2043..69b13f8 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -299,10 +299,6 @@ #define CONFIG_CMD_BMODE -#define CONFIG_USBD_HS - -#define CONFIG_USB_FUNCTION_MASS_STORAGE - #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_MXS #define CONFIG_VIDEO_LOGO @@ -352,4 +348,11 @@ #define QSPI0_AMBA_BASE QSPI0_ARB_BASE_ADDR #endif +#if defined(CONFIG_FASTBOOT) +#include "mx7dsabresdandroid.h" +#else +#define CONFIG_USBD_HS +#define CONFIG_USB_FUNCTION_MASS_STORAGE +#endif + #endif /* __CONFIG_H */ |