On 8/28/26 17:06, 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. Signed-off-by: Rasmus Villemoes <[email protected]> ---
Reviewed-by: Max Merchel <[email protected]> -- Best regards, Max TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/
