From dcba1e63bb9aff5a26d42a6c5b5418f5b8215ccf Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 10 Mar 2016 10:49:49 +0800 Subject: MLK-12527-3 android: Add board support to enable android fastboot Add board level support for android fastboot feature. Each board has a android specified header file for defining android related configuraitons. And add build targets for their android uboot images building. For mx6qsabreauto, mx6sabresd and mx7dsabresd, we enable the android fastboot exclusive with DFU. Signed-off-by: Ye Li (cherry picked from commit 43fe988af28c5e51fb23aa846e04bc9698256926) --- include/configs/mx6sxsabreauto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/mx6sxsabreauto.h') diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index eee89be..d01b513 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -318,4 +318,8 @@ #endif #endif +#if defined(CONFIG_FASTBOOT) +#include "mx6sxsabreautoandroid.h" +#endif + #endif /* __CONFIG_H */ -- cgit v1.1