Files
u-boot/arch
Harald Seiler 5fc5bac67b 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>
2020-05-01 18:48:36 +02:00
..
2020-04-27 15:04:42 +03:00
2020-04-27 20:30:14 +02:00
2020-04-23 10:14:16 +08:00
2020-04-30 17:16:12 +08:00
2020-04-16 08:07:58 -06:00