imx8mp-somdevices: Add somdevices.bmp logo: Remove logo version in splash screen...
authorJosep Orga <jorga@somdevices.com>
Tue, 12 Sep 2023 14:35:59 +0000 (16:35 +0200)
committerJosep Orga <jorga@somdevices.com>
Wed, 13 Sep 2023 07:30:33 +0000 (09:30 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
include/configs/imx8mp_somdevices.h
tools/logos/somdevices.bmp [new file with mode: 0644]

index 1044a7c..8dd0d7a 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} " \
+               "logo.nologo vt.global_cursor_default=0\0" \
+       "splashpos=137,215\0" \
        "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bsp_script};\0" \
        "bootscript=echo Running bootscript from mmc ...; " \
                "source\0" \
 #define CONFIG_BMP_32BPP
 #define CONFIG_VIDEO_BMP_RLE8
 #define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_HIDE_LOGO_VERSION
 #endif
 
 #ifdef CONFIG_ANDROID_SUPPORT
diff --git a/tools/logos/somdevices.bmp b/tools/logos/somdevices.bmp
new file mode 100644 (file)
index 0000000..7feffc2
Binary files /dev/null and b/tools/logos/somdevices.bmp differ