diff options
author | Harald Seiler <hws@denx.de> | 2020-04-23 13:07:52 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-05-01 18:48:36 +0200 |
commit | 5fc5bac67b90f507b2e93bbcd1ddeafc8eb32278 (patch) | |
tree | 227c2334f2a3ff39b187fbcdfaadf8aa500109dd /configs | |
parent | abf61e630e3e480a83caea084ac15388d59f5550 (diff) |
imx: spl: Remove ifdefs in spl_mmc_boot_mode()
It is hard to read code which contains nested ifdef blocks. Replace
them with normal if-blocks and the IS_ENABLED() macro. This is not only
more readable but also helps as both arms are validated by the compiler
in all cases.
Signed-off-by: Harald Seiler <hws@denx.de>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions