From be852770f106c5196184cc77472ca77786b58a77 Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Tue, 26 Apr 2022 16:05:36 +0200 Subject: [PATCH] arm: configs: Enable logo after kernel boots. Signed-off-by: Alejandro Benete --- include/configs/imx6ull_somdevices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx6ull_somdevices.h b/include/configs/imx6ull_somdevices.h index c907f7e2f8..9b34f7a728 100644 --- a/include/configs/imx6ull_somdevices.h +++ b/include/configs/imx6ull_somdevices.h @@ -127,7 +127,7 @@ "mmcargs=setenv bootargs console=${console},${baudrate} " \ BOOTARGS_CMA_SIZE \ "root=${mmcroot} " \ - "logo.nologo vt.global_cursor_default=0\0" \ + "vt.global_cursor_default=0\0" \ "splashpos=100,84\0" \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ -- 2.17.1