diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-09-24 13:06:48 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-09-24 13:27:15 +0800 |
commit | 0b4cc03e89eb8586276ce4dec776ecc95a446f96 (patch) | |
tree | 983086c578b1244f8d825768bc51e9d0234b2c96 /configs/mx6qpsabresdandroid_defconfig | |
parent | 59e52b92b38a6d387477595eb049aae30328cbce (diff) | |
download | u-boot-imx-0b4cc03e89eb8586276ce4dec776ecc95a446f96.zip u-boot-imx-0b4cc03e89eb8586276ce4dec776ecc95a446f96.tar.gz u-boot-imx-0b4cc03e89eb8586276ce4dec776ecc95a446f96.tar.bz2 |
MLK-11616 imx: mx6qpsabresd: Add defconfig files
Add android and sata defconfig file.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs/mx6qpsabresdandroid_defconfig')
-rw-r--r-- | configs/mx6qpsabresdandroid_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx6qpsabresdandroid_defconfig b/configs/mx6qpsabresdandroid_defconfig new file mode 100644 index 0000000..aadb9d6 --- /dev/null +++ b/configs/mx6qpsabresdandroid_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6qp.cfg,MX6QP,ANDROID_SUPPORT" +CONFIG_ARM=y +CONFIG_TARGET_MX6SABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |