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 /configs/mx7dsabresdandroid_defconfig | |
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 'configs/mx7dsabresdandroid_defconfig')
-rw-r--r-- | configs/mx7dsabresdandroid_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7dsabresdandroid_defconfig b/configs/mx7dsabresdandroid_defconfig new file mode 100644 index 0000000..fdd0f14 --- /dev/null +++ b/configs/mx7dsabresdandroid_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg,MX7D,ANDROID_SUPPORT" +CONFIG_ARM=y +CONFIG_TARGET_MX7DSABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |