diff options
author | Ye.Li <B37916@freescale.com> | 2015-03-04 00:17:15 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:00:32 +0800 |
commit | 475e763ae01b3740db7b3990193bb7c40097dbd5 (patch) | |
tree | 8d03a358dce9af72f46a6543fb9192f706f6a81b /include/configs/mx7dsabresd.h | |
parent | cf77f982b9969eda4cb5af2a78d3d40e17290756 (diff) | |
download | u-boot-imx-475e763ae01b3740db7b3990193bb7c40097dbd5.zip u-boot-imx-475e763ae01b3740db7b3990193bb7c40097dbd5.tar.gz u-boot-imx-475e763ae01b3740db7b3990193bb7c40097dbd5.tar.bz2 |
MLK-10363-3 Android: Add android support for MX7D SABRESD board
Enable android fastboot, recovery, booti features for mx7d sabresd
board by using new build target: mx7devkandroid_config
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit bfc2b467ddac9c6eccb3f39aad3663a959546b64)
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Conflicts:
boards.cfg
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index dc27795..3986170 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -435,4 +435,7 @@ #error "EPDC Pins conflicts QSPI, Either EPDC or QSPI can be enabled!" #endif +#if defined(CONFIG_ANDROID_SUPPORT) +#include "mx7dsabresdandroid.h" +#endif #endif /* __CONFIG_H */ |