From: Vagrant Cascadian Date: Tue, 10 Jan 2023 03:18:09 +0000 (+0000) Subject: tools-disable-video-logo X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7800e39f72a57a94a4d5b704101f73c646c45740;p=u-boot.git tools-disable-video-logo Disable video logo as this breaks cross-building, which runs bmp_logo during the build to generate the logo headers. Debian does not currently ship the bmp_logo tool, so simply disable this feature. Gbp-Pq: Name tools-disable-video-logo --- diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index de99f3857..88442eac2 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -28,6 +28,7 @@ CONFIG_SOUND=y CONFIG_SYSRESET=y CONFIG_TIMER=y CONFIG_VIDEO=y +# CONFIG_VIDEO_LOGO is not set # CONFIG_VIRTIO_MMIO is not set # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_SANDBOX is not set