commit | ff062765c2eb192f099355a22d9d0727ac74160b | [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 | fc47dbb26e9d86a688e69e198b2ed0749db16756 [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>