]> git.baikalelectronics.ru Git - uboot.git/commit
freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef
authorTommaso Merciai <tomm.merciai@gmail.com>
Sun, 26 Dec 2021 17:23:11 +0000 (18:23 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 18 Feb 2022 17:12:23 +0000 (18:12 +0100)
commitb64f6ad0e55bf695c877fc227d472887ef37e8db
tree6caff8eb826767e8dcdcfbdcc3ecf499884930c0
parentb45960bda3a65c6d8142a55c43930d48e3ca99fe
freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef

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 <tomm.merciai@gmail.com>
board/freescale/imx8mm_evk/imx8mm_evk.c