summaryrefslogtreecommitdiff
path: root/configs/imx8qxp_mek_androidauto2_trusty_defconfig
diff options
context:
space:
mode:
authorfaqiang.zhu <faqiang.zhu@nxp.com>2020-10-21 16:14:38 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2020-10-23 11:05:45 +0800
commit972ccff86796e2b7f9a444d09550cd5e393cd93e (patch)
tree93f67e402a2b0fa5c856c0160aad53f010c707f4 /configs/imx8qxp_mek_androidauto2_trusty_defconfig
parentf0f496abb5d7bef031603d1c3ab5387facead209 (diff)
MA-17519-4 boot up car2 with recovery ramdisk
To use dynamic partition feature in Android, recovery ramdisk is used to mount the logical partitions and boot up Android. Define a configuration item "CONFIG_ANDROID_DYNAMIC_PARTITION", use it to control the bootargs and whether ramdisk should be loaded instead of "CONFIG_ANDROID_AUTO" because now Android auto also use dynamic partition feature now. Move the definition of function "fastboot_setup_system_boot_args" under the macro "CONFIG_CMD_BOOTA" to avoid build warnings. Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Change-Id: I0b1cfe6120fc939e7f1a1eb600d8176c81edf129
Diffstat (limited to 'configs/imx8qxp_mek_androidauto2_trusty_defconfig')
-rw-r--r--configs/imx8qxp_mek_androidauto2_trusty_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8qxp_mek_androidauto2_trusty_defconfig b/configs/imx8qxp_mek_androidauto2_trusty_defconfig
index 8e150783b6..8049de2d5d 100644
--- a/configs/imx8qxp_mek_androidauto2_trusty_defconfig
+++ b/configs/imx8qxp_mek_androidauto2_trusty_defconfig
@@ -185,3 +185,4 @@ CONFIG_TRUSTY_UNLOCK_PERMISSION=y
CONFIG_SPL_MMC_WRITE=y
CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_PSCI_BOARD_REBOOT=y
+CONFIG_VIRTUAL_AB_SUPPORT=y