diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-01 12:19:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-01 12:19:32 +0000 |
commit | 6bc9a6d0a8177d89aeedc821c596d32703f1954d (patch) | |
tree | 88d4379749f1c1e56e7304f991a83892fbc00db6 /target/linux/imx6/patches-4.1/100-bootargs.patch | |
parent | 6a18146206c18daae5f2a8a4a203b3fc53745f58 (diff) | |
download | upstream-6bc9a6d0a8177d89aeedc821c596d32703f1954d.tar.gz upstream-6bc9a6d0a8177d89aeedc821c596d32703f1954d.tar.bz2 upstream-6bc9a6d0a8177d89aeedc821c596d32703f1954d.zip |
imx6: add v4.1 support
Build and boot tested on the following hardware:
* GW54xx
* GW53xx
* GW52xx
* GW51xx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47331
Diffstat (limited to 'target/linux/imx6/patches-4.1/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-4.1/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-4.1/100-bootargs.patch b/target/linux/imx6/patches-4.1/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-4.1/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"; ++ }; + }; |