imx8mm-somdevices: configs: Disable cursor blink.
authorAlejandro Benete <abenete@somdevices.com>
Wed, 6 Oct 2021 12:51:10 +0000 (14:51 +0200)
committerAlejandro Benete <abenete@somdevices.com>
Wed, 6 Oct 2021 12:51:10 +0000 (14:51 +0200)
Signed-off-by: Alejandro Benete <abenete@somdevices.com>
include/configs/imx8mm_somdevices.h

index ebd2adf..a434a54 100644 (file)
        "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" \