diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-29 09:32:34 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-30 23:39:08 +0200 |
commit | 059ef70fd3bc177294d4162ebc8e52e175ff9cab (patch) | |
tree | 09facc8da033e318c17ddb0a09d4f912f431c65f /target/linux/imx/patches-5.15/100-bootargs.patch | |
parent | 9ac80a47ea03361993386c100deba2aa164991ad (diff) | |
download | upstream-059ef70fd3bc177294d4162ebc8e52e175ff9cab.tar.gz upstream-059ef70fd3bc177294d4162ebc8e52e175ff9cab.tar.bz2 upstream-059ef70fd3bc177294d4162ebc8e52e175ff9cab.zip |
imx: copy config and patches from 5.10 to 5.15
So the upcoming changes needed for 5.15 can be reviewed easily.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/imx/patches-5.15/100-bootargs.patch')
-rw-r--r-- | target/linux/imx/patches-5.15/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx/patches-5.15/100-bootargs.patch b/target/linux/imx/patches-5.15/100-bootargs.patch new file mode 100644 index 0000000000..cf63a3bdb1 --- /dev/null +++ b/target/linux/imx/patches-5.15/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"; ++ }; + }; |