Re: [PATCH] freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef

2022-02-24 Thread Tommaso Merciai
On Sat, Feb 19, 2022 at 02:08:09PM +0100, sba...@denx.de wrote: > > Use IS_ENABLED(CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG) to make the code > > more readable and fix checkpatch.pl warning > > Signed-off-by: Tommaso Merciai > Applied to u-boot-imx, master, thanks ! Hi Stefano, Thanks for the

[PATCH] freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef

2022-02-19 Thread sbabic
> Use IS_ENABLED(CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG) to make the code > more readable and fix checkpatch.pl warning > Signed-off-by: Tommaso Merciai Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH] freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef

2021-12-26 Thread Tommaso Merciai
Use IS_ENABLED(CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG) to make the code more readable and fix checkpatch.pl warning Signed-off-by: Tommaso Merciai --- board/freescale/imx8mm_evk/imx8mm_evk.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git