summaryrefslogtreecommitdiffstats
path: root/common/console.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-07-09 08:21:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-07-09 08:21:06 +0200
commit0d0e894257392e6d7fbcc03991ee16b334d2f1ed (patch)
treeef4977ff3cfca6cca1408e7b46888e107acb4164 /common/console.c
parent318a3fc71c237a944475718d1823a4a1dbfd6269 (diff)
parent9ba8edeb3e43ad6548bdaea4d26923b5397b092d (diff)
downloadbarebox-0d0e894257392e6d7fbcc03991ee16b334d2f1ed.tar.gz
barebox-0d0e894257392e6d7fbcc03991ee16b334d2f1ed.tar.xz
Merge branch 'for-next/dts-warnings'
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index cd37d88cc4..40c26b66d9 100644
--- a/common/console.c
+++ b/common/console.c
@@ -588,4 +588,4 @@ EXPORT_SYMBOL(ctrlc);
#endif /* ARCH_HAS_CTRC */
BAREBOX_MAGICVAR_NAMED(global_linux_bootargs_console, global.linux.bootargs.console,
- "console= argument for Linux from the linux,stdout-path property in /chosen node");
+ "console= argument for Linux from the stdout-path property in /chosen node");