Re: [PATCH 1/2] scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg

2021-12-02 Thread Tom Rini
On Mon, Nov 08, 2021 at 10:21:21AM +0100, Patrick Delaunay 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

Re: [PATCH 1/2] scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg

2021-11-24 Thread Simon Glass
On Mon, 8 Nov 2021 at 02:21, Patrick Delaunay 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

[PATCH 1/2] scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg

2021-11-08 Thread Patrick Delaunay
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: