buildroot/boot/uboot
Brandon Maier 4c4afb4157 boot/uboot: fix Kconfig warning for DEFAULT_ENV_FILE
The following warning occurs from commit "boot/uboot: allow taking the
entire default environment from a text file".

  boot/uboot/Config.in:141:warning: config symbol
  'BR2_TARGET_UBOOT_DEFAULT_ENV_FILE' uses select, but is not bool or
  tristate

Add a hidden 'bool' config so we can enable dependencies.

In addition, the DEFAULT_ENV_FILE works by setting Kconfig options,
therefore we also need to depend on
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG.

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-22 18:29:14 +02:00
..
Config.in boot/uboot: fix Kconfig warning for DEFAULT_ENV_FILE 2024-07-22 18:29:14 +02:00
uboot.hash boot/uboot: bump to version 2024.07 2024-07-14 17:09:11 +02:00
uboot.mk boot/uboot: fix Kconfig warning for DEFAULT_ENV_FILE 2024-07-22 18:29:14 +02:00