diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-10-31 18:54:26 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-11-05 11:21:25 +0800 |
commit | 618704753e4dd9fad2435096a67612a878a6d84f (patch) | |
tree | 6960e3e7ae76ec66e6215caa414f89cec96d873c /scripts/dtc/libfdt/fdt_rw.c | |
parent | 0cc127c424ea313b1afc3e53f7c1ba248961728e (diff) |
mmc: fsl_esdhc: clean up DM and non-DM code
Make DM and non-DM code clear using below structure.
#if !CONFIG_IS_ENABLED(DM_MMC)
<non-DM_MMC code>
#else
<DM_MMC code>
#endif
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'scripts/dtc/libfdt/fdt_rw.c')
0 files changed, 0 insertions, 0 deletions