summaryrefslogtreecommitdiff
path: root/include/configs/mx6sxsabreauto.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-09-29 11:12:55 +0800
committerYe.Li <B37916@freescale.com>2014-10-09 13:30:09 +0800
commit6ba004d34ead6c1341e1e6e5f5546df7deb06c65 (patch)
treebaf23de54be0071b941ca80db359b6f6af325682 /include/configs/mx6sxsabreauto.h
parentc5f8a46f6ea31231346008d7642235c0b94ab0c0 (diff)
downloadu-boot-imx-6ba004d34ead6c1341e1e6e5f5546df7deb06c65.zip
u-boot-imx-6ba004d34ead6c1341e1e6e5f5546df7deb06c65.tar.gz
u-boot-imx-6ba004d34ead6c1341e1e6e5f5546df7deb06c65.tar.bz2
MLK-9652 Android: imx6sxsabreauto: Add android features support
Add android fastboot, recovery and booti support for mx6sx sabreauto board. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabreauto.h')
-rw-r--r--include/configs/mx6sxsabreauto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index d4f1fc2..40043f8 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -384,4 +384,8 @@
#define CONFIG_MXC_USB_FLAGS 0
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+#if defined(CONFIG_ANDROID_SUPPORT)
+#include "mx6sxsabreautoandroid.h"
+#endif
+
#endif /* __CONFIG_H */