Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 1 | From 5d663e105f5affbe1ba771a1124855bff748b829 Mon Sep 17 00:00:00 2001 |
| 2 | From: Fabio Estevam <festevam@denx.de> |
| 3 | Date: Wed, 18 Jan 2023 22:15:04 -0300 |
| 4 | Subject: [PATCH] Revert "config: tools only: add VIDEO to build bmp_logo" |
| 5 | |
| 6 | This reverts commit 1cfba53ca46cade2dbf4e067afc8c19e72909a4b. |
| 7 | |
| 8 | Since commit 1cfba53ca46c ("config: tools only: add VIDEO to build |
| 9 | bmp_logo") the build of tools-only_defconfig fails: |
| 10 | |
| 11 | | /bin/sh: line 1: tools/bmp_logo: No such file or directory |
| 12 | |
| 13 | This has been noticed in OpenEmbedded and Debian [1]. |
| 14 | |
| 15 | Revert it for now. |
| 16 | |
| 17 | [1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html |
| 18 | |
| 19 | Upstream-Status: Backport [https://source.denx.de/u-boot/u-boot/-/commit/6333acb961b6fcaa60c6e5b623d676b332481cfa] |
| 20 | Signed-off-by: Fabio Estevam <festevam@denx.de> |
| 21 | --- |
| 22 | configs/tools-only_defconfig | 1 - |
| 23 | 1 file changed, 1 deletion(-) |
| 24 | |
| 25 | diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig |
| 26 | index 2197063112..fb75235e3d 100644 |
| 27 | --- a/configs/tools-only_defconfig |
| 28 | +++ b/configs/tools-only_defconfig |
| 29 | @@ -29,7 +29,6 @@ CONFIG_DM_RTC=y |
| 30 | CONFIG_SOUND=y |
| 31 | CONFIG_SYSRESET=y |
| 32 | CONFIG_TIMER=y |
| 33 | -CONFIG_VIDEO=y |
| 34 | # CONFIG_VIRTIO_MMIO is not set |
| 35 | # CONFIG_VIRTIO_PCI is not set |
| 36 | # CONFIG_VIRTIO_SANDBOX is not set |
| 37 | -- |
| 38 | 2.25.1 |
| 39 | |