From: Josep Orga Date: Tue, 12 Sep 2023 14:35:59 +0000 (+0200) Subject: imx8mp-somdevices: Add somdevices.bmp logo: Remove logo version in splash screen... X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.2~4 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=1a2d06759ecb26ffbe5089c16a3148c6258d7605;p=u-boot.git imx8mp-somdevices: Add somdevices.bmp logo: Remove logo version in splash screen. Remove Tux logo. Remove blinking cursor. To create bmp: convert somdevices.png -bordercolor white -channel RGBA -fuzz 20% -fill black -floodfill +0+0 white -resize 750x169\! -colors 200 -alpha off -type palette -compress none somdevices.bmp Signed-off-by: Josep Orga --- diff --git a/include/configs/imx8mp_somdevices.h b/include/configs/imx8mp_somdevices.h index 1044a7cf3d..8dd0d7a8b1 100644 --- a/include/configs/imx8mp_somdevices.h +++ b/include/configs/imx8mp_somdevices.h @@ -137,7 +137,9 @@ "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" \ @@ -267,6 +269,7 @@ #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 index 0000000000..7feffc2f4c Binary files /dev/null and b/tools/logos/somdevices.bmp differ