diff options
author | Ye.Li <B37916@freescale.com> | 2014-09-29 11:12:55 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-10-09 13:30:09 +0800 |
commit | 6ba004d34ead6c1341e1e6e5f5546df7deb06c65 (patch) | |
tree | baf23de54be0071b941ca80db359b6f6af325682 /include/configs/mx6sxsabreauto.h | |
parent | c5f8a46f6ea31231346008d7642235c0b94ab0c0 (diff) | |
download | u-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.h | 4 |
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 */ |