aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam2023-01-18 22:23:21 -0300
committerTom Rini2023-01-20 12:27:24 -0500
commit6333acb961b6fcaa60c6e5b623d676b332481cfa (patch)
treefac11441ba4056e75d3b59811da3b0a91d1cfcf5
parenta03efb6f47b219612798c981cc3fddd653215244 (diff)
Revert "config: tools only: add VIDEO to build bmp_logo"
This reverts commit 1cfba53ca46cade2dbf4e067afc8c19e72909a4b. Since commit 1cfba53ca46c ("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>
-rw-r--r--configs/tools-only_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index 3ad90835b7a..23e1f0e9dba 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -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