diff options
author | fang hui <hui.fang@nxp.com> | 2016-04-11 15:18:40 +0800 |
---|---|---|
committer | fang hui <hui.fang@nxp.com> | 2016-04-11 15:22:26 +0800 |
commit | a652b49194132ea2f9b7f0aabd3623f49ea4a89e (patch) | |
tree | 76b7fbe369f5571abfdabc79b54f86289cb0cde7 /configs | |
parent | 0abc9c182c24f88522bd74fa1b53cd2fa3477184 (diff) |
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 <hui.fang@nxp.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 |