summaryrefslogtreecommitdiff
path: root/include/configs/mx6ul_14x14_evk.h
diff options
context:
space:
mode:
authorfang hui <b31070@freescale.com>2015-11-12 14:52:39 +0800
committerfang hui <b31070@freescale.com>2015-11-13 17:00:58 +0800
commit9c723a7d146018be07f49f6162ba761973049b9b (patch)
tree7d7394e027daaaa395367c964cead334681b8db7 /include/configs/mx6ul_14x14_evk.h
parent54ea3f2ad69597486ed40a16e47aa41eea8f072b (diff)
downloadu-boot-imx-9c723a7d146018be07f49f6162ba761973049b9b.zip
u-boot-imx-9c723a7d146018be07f49f6162ba761973049b9b.tar.gz
u-boot-imx-9c723a7d146018be07f49f6162ba761973049b9b.tar.bz2
MA-7251 - [evk_6ul]: Support boot conctrol for brillo
brillo need bootlader support boot control. bootlader can choose which slot(partition) to boot based on it's tactic. The commit support boot control for evk6ul Signed-off-by: fang hui <b31070@freescale.com>
Diffstat (limited to 'include/configs/mx6ul_14x14_evk.h')
-rw-r--r--include/configs/mx6ul_14x14_evk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index d87a4d8..40b1e28 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -427,4 +427,9 @@
#include "mx6ul_14x14_evk_android.h"
#endif
+#if defined(CONFIG_BRILLO_SUPPORT)
+#include "mx6ul_14x14_evk_brillo.h"
+#endif
+
+
#endif