diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-06 16:49:55 (GMT) |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-13 16:18:03 (GMT) |
commit | 5a6516ff135555aa53c7d156cd3973b826e011f9 (patch) | |
tree | da301896ff5a0c8d04e3c70919bb06d0a2074029 /arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | |
parent | dd70ccfaa79189feaa78609d44f7c3e7fa1dc6ff (diff) | |
download | linux-5a6516ff135555aa53c7d156cd3973b826e011f9.tar.xz |
ARM: BCM5301X: Enable earlycon on tested devices
This allows reporting & debugging problems occurring early in the boot
process.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts index f18e80e..c973f768 100644 --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts @@ -17,7 +17,7 @@ model = "Luxul XWC-1000 (BCM4708)"; chosen { - bootargs = "console=ttyS0,115200"; + bootargs = "console=ttyS0,115200 earlycon"; }; memory { |