mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
e4d76cf6ae
copy 6.1 patches to 6.6 and fixup: - removed patches already upstream - adapted pathnames of dts patches for new kernel Signed-off-by: Tim Harvey <tharvey@gateworks.com>
12 lines
252 B
Diff
12 lines
252 B
Diff
--- a/arch/arm/boot/dts/nxp/imx/imx6dl-wandboard.dts
|
|
+++ b/arch/arm/boot/dts/nxp/imx/imx6dl-wandboard.dts
|
|
@@ -16,4 +16,8 @@
|
|
device_type = "memory";
|
|
reg = <0x10000000 0x40000000>;
|
|
};
|
|
+
|
|
+ chosen {
|
|
+ bootargs = "console=ttymxc0,115200";
|
|
+ };
|
|
};
|