summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-06-08 10:39:23 +0800
committerLuo Ji <ji.luo@nxp.com>2018-07-06 15:48:48 +0800
commit469eac5aadae2875262f3bf302aa5bd3fa12333c (patch)
tree8d31dcd0de9351d484dd4913952d70444318cf33
parent0e6c6d2e6480ae4ce2abff0bea2d856f642d0fda (diff)
[iot] Enable A/B dual bootloader for imx8m
Open configs to enable A/B dual bootloader feature for imx8m. Test: A/B dual bootloader feature works on imx8m. Change-Id: Ia0ef8ca6957ec6288ceee3fe9065532a96c1f772 Signed-off-by: Luo Ji <ji.luo@nxp.com>
-rw-r--r--configs/mx8mq_evk_androidthings_defconfig1
-rw-r--r--configs/mx8mq_phanbell_androidthings_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx8mq_evk_androidthings_defconfig b/configs/mx8mq_evk_androidthings_defconfig
index 6020605fa7..c901fd5511 100644
--- a/configs/mx8mq_evk_androidthings_defconfig
+++ b/configs/mx8mq_evk_androidthings_defconfig
@@ -40,3 +40,4 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_SPL_LIBDISK_SUPPORT=y
+CONFIG_DUAL_BOOTLOADER=y
diff --git a/configs/mx8mq_phanbell_androidthings_defconfig b/configs/mx8mq_phanbell_androidthings_defconfig
index 32a4282c90..5d331758df 100644
--- a/configs/mx8mq_phanbell_androidthings_defconfig
+++ b/configs/mx8mq_phanbell_androidthings_defconfig
@@ -40,3 +40,4 @@ CONFIG_FASTBOOT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_SPL_LIBDISK_SUPPORT=y
+CONFIG_DUAL_BOOTLOADER=y