On Mon, 8 Nov 2021 at 02:21, Patrick Delaunay <patrick.delau...@foss.st.com> wrote: > > 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.delau...@foss.st.com> > --- > > scripts/Makefile.autoconf | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Simon Glass <s...@chromium.org>