summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-08 17:45:00 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:33 +0100
commitbf3be6c82910f830de059dcb25b04e9575eb3ef1 (patch)
tree4a4d177dee509d493cefc6a8b13198696e4a8566 /configs
parentf625280014b4376872afe7cb53cf5971ffe635d3 (diff)
MLK-10865 imx: mx6ulevk: Add android support
Add android features booti, fastboot and recovery to i.MX6UL EVK board. Since there is no user button on the board, we can't implement the recovery by using button. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ulevkandroid_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ulevkandroid_defconfig b/configs/mx6ulevkandroid_defconfig
new file mode 100644
index 0000000000..69b241ddd2
--- /dev/null
+++ b/configs/mx6ulevkandroid_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ulevk/imximage.cfg,MX6UL,ANDROID_SUPPORT"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6ULEVK=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y