summaryrefslogtreecommitdiff
path: root/include/configs/mx6slevk.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-09 14:03:10 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:50 +0800
commitef39118d8172657f7dc9b3087e11a01a296716b6 (patch)
tree8b03923a079b64df35e31f7b1386e2b4554337fd /include/configs/mx6slevk.h
parent0b67ab303873c6e3be0e8cc83175efd740c94c5c (diff)
downloadu-boot-imx-ef39118d8172657f7dc9b3087e11a01a296716b6.zip
u-boot-imx-ef39118d8172657f7dc9b3087e11a01a296716b6.tar.gz
u-boot-imx-ef39118d8172657f7dc9b3087e11a01a296716b6.tar.bz2
ENGR00315894-41 i.mx6:sabresd/sabreauto/slevk Fix build break for android support
Add the android header file "mx6slevkandroid.h" for imx6slevk android support. Fix header file and pin name problems in BSP codes. Remove build warning in cmd_fastboot.c Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r--include/configs/mx6slevk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 8f1ae49..36e5c18 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -298,4 +298,8 @@
#define CONFIG_MXC_USB_FLAGS 0
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+#if defined(CONFIG_ANDROID_SUPPORT)
+#include "mx6slevkandroid.h"
+#endif
+
#endif /* __CONFIG_H */