diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:57:50 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:57:50 +0000 |
commit | 5e13e40591111051f15aaccec9702d5a8386d9e6 (patch) | |
tree | d23407f4cce584dcca90f77fcc6e5ea7a84250bd /target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch | |
parent | 8e20cceeae5c97eb8f53fc524a2f28a5244de15f (diff) | |
download | upstream-5e13e40591111051f15aaccec9702d5a8386d9e6.tar.gz upstream-5e13e40591111051f15aaccec9702d5a8386d9e6.tar.bz2 upstream-5e13e40591111051f15aaccec9702d5a8386d9e6.zip |
bcm53xx: activate early printk
This makes it possible to activate early printk.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43145
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch b/target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch new file mode 100644 index 0000000000..0dbb5ce4de --- /dev/null +++ b/target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch @@ -0,0 +1,23 @@ +From 5e7384adfd587ded31a107f059ebf929acc105c3 Mon Sep 17 00:00:00 2001 +From: Hauke Mehrtens <hauke@hauke-m.de> +Date: Sat, 1 Nov 2014 12:48:45 +0100 +Subject: [PATCH] ARM: BCM5310X: activate early printk for Netgear R6250 + +This activates early printk on the Netgear R6250 by default. + +Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> +--- + arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts ++++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +@@ -16,7 +16,7 @@ + model = "Netgear R6250 V1 (BCM4708)"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |