diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-01-31 11:28:53 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 15:38:11 +0100 |
commit | 092f2c14bd66db1da13f1e8fc714367ab5c00e8a (patch) | |
tree | 5ff93e373781b0bc199502ecf5dcadcb3c3d3c77 /target/linux/imx6/patches-4.9 | |
parent | 38fcd2a865c2ec463b6909f613847d41353c1e1e (diff) | |
download | upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.tar.gz upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.tar.bz2 upstream-092f2c14bd66db1da13f1e8fc714367ab5c00e8a.zip |
imx6: move to Linux 4.9 kernel
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/imx6/patches-4.9')
-rw-r--r-- | target/linux/imx6/patches-4.9/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-4.9/100-bootargs.patch b/target/linux/imx6/patches-4.9/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-4.9/100-bootargs.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/imx6dl-wandboard.dts ++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts +@@ -19,4 +19,8 @@ + memory { + reg = <0x10000000 0x40000000>; + }; ++ ++ chosen { ++ bootargs = "console=ttymxc0,115200"; ++ }; + }; |