diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-14 07:42:48 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-14 07:42:48 +0000 |
commit | fa29300ffa9de2781594f08dc59abd590f41b27f (patch) | |
tree | fc67cd9bbbee96722b40093e3be7e5523b1ab424 /target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch | |
parent | 36ef371f8e52b6b66ed635dc7024b091c63e5b25 (diff) | |
download | upstream-fa29300ffa9de2781594f08dc59abd590f41b27f.tar.gz upstream-fa29300ffa9de2781594f08dc59abd590f41b27f.tar.bz2 upstream-fa29300ffa9de2781594f08dc59abd590f41b27f.zip |
bcm53xx: enable earlyprintk on more devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch b/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch deleted file mode 100644 index 0dbb5ce4de..0000000000 --- a/target/linux/bcm53xx/patches-3.14/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch +++ /dev/null @@ -1,23 +0,0 @@ -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 { |