diff options
author | fang hui <b31070@freescale.com> | 2015-11-12 14:52:39 +0800 |
---|---|---|
committer | fang hui <b31070@freescale.com> | 2015-11-13 17:00:58 +0800 |
commit | 9c723a7d146018be07f49f6162ba761973049b9b (patch) | |
tree | 7d7394e027daaaa395367c964cead334681b8db7 /configs | |
parent | 54ea3f2ad69597486ed40a16e47aa41eea8f072b (diff) | |
download | u-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 'configs')
-rw-r--r-- | configs/mx6ul_14x14_evk_brillo_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_evk_brillo_defconfig b/configs/mx6ul_14x14_evk_brillo_defconfig new file mode 100644 index 0000000..6b88ee4 --- /dev/null +++ b/configs/mx6ul_14x14_evk_brillo_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_evk/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT" +CONFIG_ARM=y +CONFIG_TARGET_MX6UL_14X14_EVK=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |