]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Revert "config: tools only: add VIDEO to build bmp_logo"
authorFabio Estevam <festevam@denx.de>
Thu, 19 Jan 2023 01:23:21 +0000 (22:23 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2023 17:27:24 +0000 (12:27 -0500)
This reverts commit 89461972e0b0e6d2f9e52e57f4373fe37918401f.

Since commit 89461972e0b0 ("config: tools only: add VIDEO to build
bmp_logo") the build of tools-only_defconfig fails:

| /bin/sh: line 1: tools/bmp_logo: No such file or directory

This has been noticed in OpenEmbedded and Debian [1].

Revert it for now.

[1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html

Signed-off-by: Fabio Estevam <festevam@denx.de>
configs/tools-only_defconfig

index 3ad90835b7a6a44421e83cc8eca96d0b88836725..23e1f0e9dba0c358c45f8fa085c70709252e5a76 100644 (file)
@@ -30,7 +30,6 @@ CONFIG_DM_RTC=y
 CONFIG_SOUND=y
 CONFIG_SYSRESET=y
 CONFIG_TIMER=y
-CONFIG_VIDEO=y
 # CONFIG_VIRTIO_MMIO is not set
 # CONFIG_VIRTIO_PCI is not set
 # CONFIG_VIRTIO_SANDBOX is not set