From b63ab29b2ffec726aed14fecb14c53a6e0a9fd8a Mon Sep 17 00:00:00 2001 From: tiopex <67048640+tiopex@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:49:19 +0100 Subject: [PATCH] Remove obsolete uboot miyoo logo format (#77) --- board/miyoo/genimage-sdcard.cfg | 1 - board/miyoo/{miyoo-boot.png => miyoo-splash.png} | Bin board/miyoo/scripts/genimage.sh | 3 +-- 3 files changed, 1 insertion(+), 3 deletions(-) rename board/miyoo/{miyoo-boot.png => miyoo-splash.png} (100%) diff --git a/board/miyoo/genimage-sdcard.cfg b/board/miyoo/genimage-sdcard.cfg index 98aef518..f7838a02 100644 --- a/board/miyoo/genimage-sdcard.cfg +++ b/board/miyoo/genimage-sdcard.cfg @@ -6,7 +6,6 @@ image bootfs.vfat { "suniv-f1c100s-miyoo.dtb", "suniv-f1c100s-miyoo-4bit.dtb", "boot.scr", - "boot/miyoo-boot.bmp", "boot/miyoo-splash.bmp", "boot/autorun.inf", "boot/boot.ico", diff --git a/board/miyoo/miyoo-boot.png b/board/miyoo/miyoo-splash.png similarity index 100% rename from board/miyoo/miyoo-boot.png rename to board/miyoo/miyoo-splash.png diff --git a/board/miyoo/scripts/genimage.sh b/board/miyoo/scripts/genimage.sh index a720a5e5..dfed0c5e 100755 --- a/board/miyoo/scripts/genimage.sh +++ b/board/miyoo/scripts/genimage.sh @@ -46,8 +46,7 @@ else fi # Write CFW version to splash image -convert board/miyoo/miyoo-boot.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -alpha off -type truecolor -strip -define bmp:format=bmp4 -define bmp:subtype=RGB565 "${BINARIES_DIR}"/boot/miyoo-boot.bmp -convert board/miyoo/miyoo-boot.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -type Palette -colors 224 -depth 8 -compress none -verbose BMP3:"${BINARIES_DIR}"/boot/miyoo-splash.bmp +convert board/miyoo/miyoo-splash.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -type Palette -colors 224 -depth 8 -compress none -verbose BMP3:"${BINARIES_DIR}"/boot/miyoo-splash.bmp # Generate MAIN BTRFS partition image="${BINARIES_DIR}/main.img"