From 399068d68b9a4c59ddac1ec0439d78efa47c21f1 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 19 Jun 2018 07:42:30 +0200 Subject: 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 --- common/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/console.c') 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"); -- cgit v1.2.3