diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-09-26 22:57:33 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-09-26 22:57:33 +0000 |
commit | c6401c6d617748f2f76cf548e525c88b9942ce98 (patch) | |
tree | e611e75e0cc04c73b77fce242b42ac6215708658 /target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | |
parent | 877f2972d4d8f63644f18688cff7efd7ce280f2b (diff) | |
download | upstream-c6401c6d617748f2f76cf548e525c88b9942ce98.tar.gz upstream-c6401c6d617748f2f76cf548e525c88b9942ce98.tar.bz2 upstream-c6401c6d617748f2f76cf548e525c88b9942ce98.zip |
bcm53xx: add early support for Linksys EA6300 V1
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47052
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch index 216d8e69d9..4e25647dbb 100644 --- a/target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch +++ b/target/linux/bcm53xx/patches-4.1/330-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch @@ -157,3 +157,14 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; memory { +--- a/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts ++++ b/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts +@@ -17,7 +17,7 @@ + model = "Linksys EA6300 V1"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |