From 6aa0a81a17666ed04222385e713483acbe6212d4 Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Wed, 6 Oct 2021 14:51:10 +0200 Subject: [PATCH] imx8mm-somdevices: configs: Disable cursor blink. Signed-off-by: Alejandro Benete --- include/configs/imx8mm_somdevices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8mm_somdevices.h b/include/configs/imx8mm_somdevices.h index ebd2adfcdb..a434a545ac 100644 --- a/include/configs/imx8mm_somdevices.h +++ b/include/configs/imx8mm_somdevices.h @@ -148,7 +148,7 @@ "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \ "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \ "mmcautodetect=yes\0" \ - "mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot}\0 " \ + "mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot} vt.global_cursor_default=0\0 " \ "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bsp_script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \ "source\0" \ -- 2.17.1