From: Josep Orga Date: Fri, 29 Oct 2021 08:28:41 +0000 (+0200) Subject: imx8mn-somdevices: configs: Disable cursor blink. X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=c94ef7ea604393f614f64ad896d970e01aec8770;p=u-boot.git imx8mn-somdevices: configs: Disable cursor blink. Signed-off-by: Josep Orga --- diff --git a/include/configs/imx8mn_somdevices.h b/include/configs/imx8mn_somdevices.h index 5f1e1b3aac..8c9fa52fd5 100644 --- a/include/configs/imx8mn_somdevices.h +++ b/include/configs/imx8mn_somdevices.h @@ -121,7 +121,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" \