diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-21 07:23:31 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-21 07:23:31 +0000 |
commit | 8d9c9dc495bc89e323fb3853928a49b41bb3da33 (patch) | |
tree | 5cf07d0294ef5fa8ccb0b54acb915d8847d7d0c2 /target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | |
parent | c838b04abcc6eb52bdbb9bd1c07e1e78ec4e46e2 (diff) | |
download | upstream-8d9c9dc495bc89e323fb3853928a49b41bb3da33.tar.gz upstream-8d9c9dc495bc89e323fb3853928a49b41bb3da33.tar.bz2 upstream-8d9c9dc495bc89e323fb3853928a49b41bb3da33.zip |
bcm53xx: backport official Buffalo WZR-900DHP patch
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44070 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch index 8bd99f98cc..51ea2bee24 100644 --- a/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch +++ b/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch @@ -66,6 +66,17 @@ index bbb414f..20903a5 100644 }; memory { +--- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts ++++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts +@@ -16,7 +16,7 @@ + model = "Buffalo WZR-900DHP (BCM47081)"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { -- 1.8.4.5 |