summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-14 20:48:14 +0000
committerJohn Crispin <john@openwrt.org>2015-02-14 20:48:14 +0000
commit927047494100eee7733c81c7ea40204a06c105c4 (patch)
tree89c346b8a44362cfd1d2a7246086652ea8aae11e /target/linux/brcm2708/image
parentdc72499b5326531b603ec38410602ff7ed7f1287 (diff)
downloadmaster-31e0f0ae-927047494100eee7733c81c7ea40204a06c105c4.tar.gz
master-31e0f0ae-927047494100eee7733c81c7ea40204a06c105c4.tar.bz2
master-31e0f0ae-927047494100eee7733c81c7ea40204a06c105c4.zip
brcm2708: force uart as the default console for procd and remove nonexistent console
procd gets last console from cmdline, so swapping tty1 (framebuffer) and ttyAMA0 (uart) is enough to force procd output via uart Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44448
Diffstat (limited to 'target/linux/brcm2708/image')
-rw-r--r--target/linux/brcm2708/image/cmdline.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/image/cmdline.txt b/target/linux/brcm2708/image/cmdline.txt
index 516f2706b2..95848bb293 100644
--- a/target/linux/brcm2708/image/cmdline.txt
+++ b/target/linux/brcm2708/image/cmdline.txt
@@ -1 +1 @@
-dwc_otg.lpm_enable=0 rpitestmode=1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
+dwc_otg.lpm_enable=0 rpitestmode=1 console=tty1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait