From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fV9pa-0007u1-4t for barebox@lists.infradead.org; Tue, 19 Jun 2018 06:09:34 +0000 From: Sascha Hauer Date: Tue, 19 Jun 2018 08:09:12 +0200 Message-Id: <20180619060915.13141-3-s.hauer@pengutronix.de> In-Reply-To: <20180619060915.13141-1-s.hauer@pengutronix.de> References: <20180619060915.13141-1-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/5] console: Update description for global.linux.bootargs.console To: Barebox List 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(-) 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@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox