kernel: bump 5.4 to 5.4.28
[openwrt/.git] / target / linux / imx6 / patches-5.4 / 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  };