commit | 51412e13f46b0498d36da9a3aa80052d968f9047 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Mon Nov 08 10:21:21 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 01 13:33:45 2021 -0500 |
tree | 09a78abf269a7309f4994629de18e55df3191dc5 | |
parent | 49453135dd7f8a5f5f041dd73e8cfd5caab46090 [diff] |
scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg The two helpers macros CONFIG_IS_ENABLED and CONFIG_VAL are defined in include/linux/kconfig.h but they are not real configurations; they can be safely removed in the generated configuration file "u-boot.cfg". This patch simplifies the comparison of this U-Boot configuration file. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Acked-by: Simon Glass <sjg@chromium.org>