summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-06-08 10:31:11 +0800
committerLuo Ji <ji.luo@nxp.com>2018-07-06 15:48:48 +0800
commit315674c6100bc2f97cd9f7e82031dee2e0e2f621 (patch)
treeebfb38d49949c7d0e2ab5ce7754575d841787e59 /configs
parenta789184b56157c289fee55ed65c56f5ac993ded3 (diff)
[iot] Support dual bootloader in SPL
Move the A/B slot check to SPL, the A/B slot switch workflow is just like what we have in libavb_ab. Test: A/B select works fine on imx8m. Change-Id: Ie3d827a9be0298b491bf2bc8d48833597fd70e90 Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'configs')
-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 2928928b16..6020605fa7 100644
--- a/configs/mx8mq_evk_androidthings_defconfig
+++ b/configs/mx8mq_evk_androidthings_defconfig
@@ -39,3 +39,4 @@ CONFIG_SPL_FIT=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_SPL_LIBDISK_SUPPORT=y
diff --git a/configs/mx8mq_phanbell_androidthings_defconfig b/configs/mx8mq_phanbell_androidthings_defconfig
index 3d0bfce5e3..32a4282c90 100644
--- a/configs/mx8mq_phanbell_androidthings_defconfig
+++ b/configs/mx8mq_phanbell_androidthings_defconfig
@@ -39,3 +39,4 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_FASTBOOT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_SPL_LIBDISK_SUPPORT=y