[PATCH V2 1/2] ARM: BCM5301X: Enable earlyprintk on tested devices
Hauke Mehrtens
hauke at hauke-m.de
Tue Jan 20 13:11:59 PST 2015
On 01/20/2015 07:36 AM, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
> ---
> V2: Typo in commit message: s/BCM5310X/BCM5301X/
> ---
In this pull request Arnd said that enabling early printk is a bad idea:
http://lists.infradead.org/pipermail/linux-arm-kernel/2014-November/304438.html
Hauke
> arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 2 +-
> arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 2 +-
> arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +-
> arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts | 2 +-
> arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
> index b359c1e..ce083a5 100644
> --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
> +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
> @@ -16,7 +16,7 @@
> model = "Buffalo WZR-1750DHP (BCM4708)";
>
> chosen {
> - bootargs = "console=ttyS0,115200";
> + bootargs = "console=ttyS0,115200 earlyprintk";
> };
>
> memory {
> diff --git a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
> index 946c728..f57f213 100644
> --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
> +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
> @@ -16,7 +16,7 @@
> model = "Luxul XWC-1000 (BCM4708)";
>
> chosen {
> - bootargs = "console=ttyS0,115200";
> + bootargs = "console=ttyS0,115200 earlyprintk";
> };
>
> memory {
> diff --git a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
> index f18c9d9..0a5f561 100644
> --- 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 {
> diff --git a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
> index 0ee85ea..4d87219 100644
> --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
> +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
> @@ -16,7 +16,7 @@
> model = "Asus RT-N18U (BCM47081)";
>
> chosen {
> - bootargs = "console=ttyS0,115200";
> + bootargs = "console=ttyS0,115200 earlyprintk";
> };
>
> memory {
> diff --git a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
> index db9131e..362f914 100644
> --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
> +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
> @@ -16,7 +16,7 @@
> model = "Buffalo WZR-600DHP2 (BCM47081)";
>
> chosen {
> - bootargs = "console=ttyS0,115200";
> + bootargs = "console=ttyS0,115200 earlyprintk";
> };
>
> memory {
>
More information about the linux-arm-kernel
mailing list