Files
openwrt-kernel5.4-nss-qsdk10.0/target/linux/imx6/patches-5.4/100-bootargs.patch
2025-06-24 13:14:22 +02:00

12 lines
236 B
Diff

--- a/arch/arm/boot/dts/imx6dl-wandboard.dts
+++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
@@ -16,4 +16,8 @@
device_type = "memory";
reg = <0x10000000 0x40000000>;
};
+
+ chosen {
+ bootargs = "console=ttymxc0,115200";
+ };
};