From 315674c6100bc2f97cd9f7e82031dee2e0e2f621 Mon Sep 17 00:00:00 2001 From: Luo Ji Date: Fri, 8 Jun 2018 10:31:11 +0800 Subject: [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 --- configs/mx8mq_evk_androidthings_defconfig | 1 + configs/mx8mq_phanbell_androidthings_defconfig | 1 + 2 files changed, 2 insertions(+) (limited to 'configs') 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 -- cgit v1.2.3