[PATCH 1/2] scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg
Simon Glass
sjg at chromium.org
Thu Nov 25 01:11:53 CET 2021
On Mon, 8 Nov 2021 at 02:21, Patrick Delaunay
<patrick.delaunay at 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.delaunay at foss.st.com>
> ---
>
> scripts/Makefile.autoconf | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list