From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 24 May 2020 20:14:37 -0600 Subject: [PATCH] video: extend stdout video console work-around for 'vga' In-Reply-To: <20200523151120.4273-1-agust@denx.de> References: <5b441050-d103-68e0-cae1-7abb84855275@web.de> <20200523151120.4273-1-agust@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 23 May 2020 at 09:11, Anatolij Gustschin wrote: > > cfb_console driver use 'vga' console name and we still have board > environments defining this name. Re-use existing DM_VIDEO work- > around for console name to support 'vga' name in stdout environment. > > Signed-off-by: Anatolij Gustschin > --- > arch/arm/mach-tegra/Kconfig | 1 - > common/console.c | 7 ++++--- > drivers/video/Kconfig | 16 +++++++++------- > 3 files changed, 13 insertions(+), 11 deletions(-) Reviewed-by: Simon Glass