imx6: refresh and update target kernel configs
[openwrt/openwrt.git] / target / linux / imx6 / patches-5.10 / 100-bootargs.patch
1 --- a/arch/arm/boot/dts/imx6dl-wandboard.dts
2 +++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
3 @@ -16,4 +16,8 @@
4 device_type = "memory";
5 reg = <0x10000000 0x40000000>;
6 };
7 +
8 + chosen {
9 + bootargs = "console=ttymxc0,115200";
10 + };
11 };