]> git.baikalelectronics.ru Git - uboot.git/commit
scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 8 Nov 2021 09:21:21 +0000 (10:21 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 1 Dec 2021 18:33:45 +0000 (13:33 -0500)
commited639dbc37a30cfb497d0a6a3288a92ab58650ba
tree09a78abf269a7309f4994629de18e55df3191dc5
parent4023e1f776ecea25ed73f1f9334becce111fb667
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>
scripts/Makefile.autoconf