From 45fa00564d954d4c306c1d9c534b11372dec03f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 5 Dec 2014 16:13:27 +0000 Subject: bcm53xx: rename patches that were not upstreamed to 3xx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43528 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...X-activate-early-printk-for-Netgear-R6250.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch (limited to 'target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch') diff --git a/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch b/target/linux/bcm53xx/patches-3.18/303-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/303-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 +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 +--- + 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 { -- cgit v1.2.3