From b95fa20e669cb8f4e8df3db2480a89aa08c44192 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Fri, 29 Jul 2016 16:13:18 -0500 Subject: MLK-13130: configs: mx6qarm2: android lpddr2 pop support Add Android support for mx6qarm2 lpddr2 pop target Signed-off-by: Adrian Alonso --- include/configs/mx6qarm2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/mx6qarm2.h') diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index e4b31a2..4bf8d33 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -267,4 +267,8 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP +#if defined(CONFIG_ANDROID_SUPPORT) +#include "mx6qarm2_android.h" +#endif + #endif /* __CONFIG_H */ -- cgit v1.1