commit | 1549d6b925ed71f5a45b488bbf3823b8ff0492e4 | [log] [tgz] |
---|---|---|
author | Tommaso Merciai <tomm.merciai@gmail.com> | Sun Dec 26 18:23:11 2021 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Feb 18 18:12:23 2022 +0100 |
tree | 6caff8eb826767e8dcdcfbdcc3ecf499884930c0 | |
parent | 972085dd08c5f01c4a22e96e4c63c2224425f50c [diff] |
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>