mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 18:05:15 +00:00
6d5291ff72
Refreshed all patches. Refreshed kernel config. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
12 lines
236 B
Diff
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";
|
|
+ };
|
|
};
|