]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
.gitignore: exclude logo generated file
authorDenis Mukhin <dmukhin@ford.com>
Tue, 26 May 2026 21:00:02 +0000 (14:00 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 23:30:17 +0000 (17:30 -0600)
Correct the rule in .gitignore to skip u_boot_logo.bmp.S artifact which
is generated for any board with CONFIG_VIDEO_LOGO enabled.

Also, correct the stale u_boot_logo name in CLEAN_FILES in top-level
Makefile.

Signed-off-by: Denis Mukhin <dmukhin@ford.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.gitignore
Makefile

index e5d22dbe8e96702dc732684bb2c801f12d8a5e39..d57d3be0291ac173d788b63b0b239934af2e9d61 100644 (file)
@@ -80,7 +80,7 @@ fit-dtb.blob*
 /*imx8mimage*
 /*imx8mcst*
 /*rcar4-sa0*
-/drivers/video/u_boot_logo.S
+/drivers/video/u_boot_logo.bmp.S
 /test/fdt_overlay/test-fdt-overlay-stacked.dtbo.S
 /test/fdt_overlay/test-fdt-overlay.dtbo.S
 capsule_esl_file
index e276755c4891dba84462eee09ab81467a5bfddce..4e18eb4cfba7f14067cd1ed456d000f42d1ce62a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2544,7 +2544,7 @@ CLEAN_FILES  += $(MODVERDIR) \
                        $(filter-out include, $(shell ls -1 $d 2>/dev/null))))
 
 CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \
-              include/config.h include/generated/env.* drivers/video/u_boot_logo.S \
+              include/config.h include/generated/env.* drivers/video/u_boot_logo.bmp.S \
               tools/version.h u-boot* MLO* SPL System.map fit-dtb.blob* \
               u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
               lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \