On Thu, Jan 19, 2023 at 1:23 AM Fabio Estevam <feste...@denx.de> wrote: > > 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.
So how do you propose to fix the issue I have which this fixes? > [1] https://lists.denx.de/pipermail/u-boot/2023-January/504758.html > > Signed-off-by: Fabio Estevam <feste...@denx.de> > --- > configs/tools-only_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig > index 2197063112..fb75235e3d 100644 > --- a/configs/tools-only_defconfig > +++ b/configs/tools-only_defconfig > @@ -29,7 +29,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 > -- > 2.25.1 >