diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-12 17:00:56 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:14:02 +0800 |
commit | 8937308dce9c6fa907aafeae3a11bee2ada1db2a (patch) | |
tree | 271e828fc20bebc61cc150f270b3fb5e9a30d697 /include/configs/mx6sxsabresd.h | |
parent | d959297e4f358d13bbeb76fd1e503014624f731e (diff) | |
download | u-boot-imx-8937308dce9c6fa907aafeae3a11bee2ada1db2a.zip u-boot-imx-8937308dce9c6fa907aafeae3a11bee2ada1db2a.tar.gz u-boot-imx-8937308dce9c6fa907aafeae3a11bee2ada1db2a.tar.bz2 |
ENGR00315894-68 iMX6SX:SABRESD: Add Android features support
Add BSP codes to mx6sxsabresd to support android uboot features:
fastboot, booti and recovery
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r-- | include/configs/mx6sxsabresd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index ba870e8..c60445b 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -334,4 +334,8 @@ #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +#if defined(CONFIG_ANDROID_SUPPORT) +#include "mx6sxsabresdandroid.h" +#endif + #endif /* __CONFIG_H */ |