Currently modified like this, no results
diff --git a/android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi b/android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi
index 12766dc..df42523 100644
--- a/android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi
+++ b/android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi
@@ -6,7 +6,7 @@
#include <dt-bindings/usb/pd.h>
/ {
chosen {
- stdout-path = &lpuart0;
+ //stdout-path = &lpuart0;
};
wlreg_on: fixedregulator@13 {
diff --git a/android_build/vendor/nxp-opensource/uboot-imx/arch/arm/dts/fsl-imx8qxp-mek-auto.dts b/android_build/vendor/nxp-opensource/uboot-imx/arch/arm/dts/fsl-imx8qxp-mek-auto.dts
index e54aba2..c862865 100644
--- a/android_build/vendor/nxp-opensource/uboot-imx/arch/arm/dts/fsl-imx8qxp-mek-auto.dts
+++ b/android_build/vendor/nxp-opensource/uboot-imx/arch/arm/dts/fsl-imx8qxp-mek-auto.dts
@@ -19,7 +19,7 @@
/ {
chosen {
- bootargs = "console=ttyLP0,115200 earlycon androidboot.console=ttyLP0 androidboot.xen_boot=default";
+ bootargs = "androidboot.xen_boot=default";
stdout-path = &lpuart0;
};
diff --git a/android_build/vendor/nxp-opensource/uboot-imx/include/configs/imx8qxp_mek.h b/android_build/vendor/nxp-opensource/uboot-imx/include/configs/imx8qxp_mek.h
index dcdba66..7657855 100644
--- a/android_build/vendor/nxp-opensource/uboot-imx/include/configs/imx8qxp_mek.h
+++ b/android_build/vendor/nxp-opensource/uboot-imx/include/configs/imx8qxp_mek.h
@@ -152,7 +152,7 @@
"script=boot.scr\0" \
"image=Image\0" \
"panel=NULL\0" \
- "console=ttyLP0\0" \
+ "console=NULL\0" \
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffffffffffff\0" \
"cntr_addr=0x98000000\0" \