Replace linux,stdout-path with stdout-path as the former is deprecated. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox