diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-12-09 15:19:26 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 6d5291ff7244a8d5c914542ff2b3809609fdb1c0 (patch) | |
tree | 8f871d88f9574d2be9bc644f7f902583be986e3e /target/linux/imx6/patches-5.4/100-bootargs.patch | |
parent | 13b1db795f055dbfed5f8658bb7b6ab3a1b801bd (diff) | |
download | upstream-6d5291ff7244a8d5c914542ff2b3809609fdb1c0.tar.gz upstream-6d5291ff7244a8d5c914542ff2b3809609fdb1c0.tar.bz2 upstream-6d5291ff7244a8d5c914542ff2b3809609fdb1c0.zip |
imx6: add support for kernel 5.4
Refreshed all patches.
Refreshed kernel config.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/imx6/patches-5.4/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-5.4/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-5.4/100-bootargs.patch b/target/linux/imx6/patches-5.4/100-bootargs.patch new file mode 100644 index 0000000000..cf63a3bdb1 --- /dev/null +++ b/target/linux/imx6/patches-5.4/100-bootargs.patch @@ -0,0 +1,11 @@ +--- 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"; ++ }; + }; |