On Fri, 28 Aug 2026 17:06:00 +0200, Rasmus Villemoes wrote:

> Commit 9f1807e57cb ("env: add env_set_runtime() helper") broke the use
> of "make envtools" to create the target fw_setenv/fw_printenv
> binaries. The problem is that the #include <config.h>, in addition to
> pulling in linux/kconfig.h to get the IS_ENABLED() helper, also ends
> up pulling in lots of architecture/board specific headers.
> 
> Fix it by simply using an #ifdef.
> 
> [...]

Applied to u-boot/main, thanks!

[1/1] include/env.h: use plain old #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
      commit: c46bd5b2136158d3380d626d79c96827818226c5
-- 
Tom


Reply via email to