lede/target/linux/imx6/patches-5.4/100-bootargs.patch

12 lines
236 B
Diff
Raw Normal View History

2017-09-06 19:19:45 +08:00
--- a/arch/arm/boot/dts/imx6dl-wandboard.dts
+++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
2020-07-02 23:30:56 +08:00
@@ -16,4 +16,8 @@
device_type = "memory";
2017-09-06 19:19:45 +08:00
reg = <0x10000000 0x40000000>;
};
+
+ chosen {
+ bootargs = "console=ttymxc0,115200";
+ };
};