summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-06-19 07:42:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-19 07:42:44 +0200
commit399068d68b9a4c59ddac1ec0439d78efa47c21f1 (patch)
tree3c0e2ebb2399515571a97d2b508471ae75a11721
parenteea46c278db04a02d6560aaf8ba5f692cd5ebf69 (diff)
downloadbarebox-399068d68b9a4c59ddac1ec0439d78efa47c21f1.tar.gz
barebox-399068d68b9a4c59ddac1ec0439d78efa47c21f1.tar.xz
console: Update description for global.linux.bootargs.console
Replace linux,stdout-path with stdout-path as the former is deprecated. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index ab3d4d397c..d5f93c65df 100644
--- a/common/console.c
+++ b/common/console.c
@@ -587,4 +587,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");