diff options
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 38cdc34..0d0967f 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -384,11 +384,16 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP +#if defined(CONFIG_FASTBOOT) +#include "mx6sabreandroid_common.h" +#else + #ifndef CONFIG_SPL #define CONFIG_USBD_HS #define CONFIG_USB_FUNCTION_MASS_STORAGE - #endif +#endif /* CONFIG_ANDROID_SUPPORT */ + #endif /* __MX6QSABRE_COMMON_CONFIG_H */ |