diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:57:06 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:57:06 +0000 |
commit | d324dd4ff31b86a15a7b2d17f29b813595b36b60 (patch) | |
tree | 2ae30eed8b13d065392b94f87cd6188731de4b94 /target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | |
parent | a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f (diff) | |
download | upstream-d324dd4ff31b86a15a7b2d17f29b813595b36b60.tar.gz upstream-d324dd4ff31b86a15a7b2d17f29b813595b36b60.tar.bz2 upstream-d324dd4ff31b86a15a7b2d17f29b813595b36b60.zip |
bcm53xx: backport BCM5301X Netgear R6250/R8000 DT patches
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44932
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/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.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch index 51ea2bee24..32830f1342 100644 --- a/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch +++ b/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch @@ -77,6 +77,17 @@ index bbb414f..20903a5 100644 }; memory { +--- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts ++++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts +@@ -16,7 +16,7 @@ + model = "Netgear R8000 (BCM4709)"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { -- 1.8.4.5 |