summaryrefslogtreecommitdiff
path: root/configs/imx8mq_evk_androidthings_defconfig
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-06-08 10:31:11 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:31:28 +0800
commitdbcf1e3cc079d2f1b3df6c4c9ec3a34d0c05eb4c (patch)
tree65685970179ebf242d0a49e14fbd4108d85beda9 /configs/imx8mq_evk_androidthings_defconfig
parent4cfd7437ac44f7bf64650e1f95628624d7eb79b2 (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/imx8mq_evk_androidthings_defconfig')
-rw-r--r--configs/imx8mq_evk_androidthings_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_androidthings_defconfig b/configs/imx8mq_evk_androidthings_defconfig
index 85077f125d..8eaacb05b5 100644
--- a/configs/imx8mq_evk_androidthings_defconfig
+++ b/configs/imx8mq_evk_androidthings_defconfig
@@ -68,3 +68,4 @@ CONFIG_USB_XHCI_IMX8M=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GADGET=y
+CONFIG_SPL_LIBDISK_SUPPORT=y