summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2013-11-19 19:58:32 +0100
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2013-11-19 19:58:32 +0100
commitcfdefbf4b03de3e188140205afdf393ee29860fc (patch)
treeafe38b7b3b9694dc2ac403f8eb2042057a04d2ba
parent41636758f381607af215522fc755347aac19d915 (diff)
downloadplatform-pengutronix-beaglebone-cfdefbf4b03de3e188140205afdf393ee29860fc.tar.gz
platform-pengutronix-beaglebone-cfdefbf4b03de3e188140205afdf393ee29860fc.tar.xz
barebox: add console string to bootargs
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
-rw-r--r--barebox-defaultenv/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/barebox-defaultenv/config b/barebox-defaultenv/config
index bcd18c7..678e1ad 100644
--- a/barebox-defaultenv/config
+++ b/barebox-defaultenv/config
@@ -11,3 +11,4 @@ global.autoboot_timeout=3
# default boot entry (one of /env/boot/*)
global.boot.default=sd
+global.linux.bootargs.base="console=ttyO0,115200"