summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek_android_auto.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-06-12 16:18:00 +0800
committerYe Li <ye.li@nxp.com>2018-06-13 22:26:06 -0700
commita26de6e05563d3e3e6734e0d99e464437aa89db5 (patch)
tree5d0244235cfedb943eb6d388323efeff05d95ab2 /include/configs/imx8qm_mek_android_auto.h
parentd260e97be35718bea46019b7ca8666e83d0b9f01 (diff)
MLK-18577-7 imx8qm: mek: support uboot in vm
We are targeting let uboot loading images from emmc to boot android. Currently only emmc1 is enabled, so other devices are disabled. Also change memory layout according to VM layout. The memory layout needs to be samesize as what you configured in as "memory = "3584"". Add a new dts dedicated for this kind uboot, add a new defconfig to select CONFIG_XEN/CONFIG_XEN_DEBUG_SERIAL, deselect CONFIG_DM_SERIAL, select CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK, and disable some devices compared with imx8qm_mek_androidauto_defconfig. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit a4e932cae433b9d2e1cff6a94b12e4abcac45543)
Diffstat (limited to 'include/configs/imx8qm_mek_android_auto.h')
-rw-r--r--include/configs/imx8qm_mek_android_auto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h
index a259d85cb5..2708d54dab 100644
--- a/include/configs/imx8qm_mek_android_auto.h
+++ b/include/configs/imx8qm_mek_android_auto.h
@@ -90,4 +90,8 @@
#undef CONFIG_PHY_ATHEROS
#undef CONFIG_USB_FUNCTION_MASS_STORAGE
+#if defined(CONFIG_XEN)
+#include "imx8qm_mek_android_auto_xen.h"
+#endif
+
#endif /* IMX8QM_MEK_ANDROID_AUTO_H */