diff options
author | Sekhar Nori <nsekhar@ti.com> | 2019-05-30 19:04:54 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-05 12:13:46 -0400 |
commit | 4fddaf2b7d4ab23ec829bb208c892789447779e0 (patch) | |
tree | 5cf497cc63269b2142bc3a2e98c8ddf51a4c26ec /env/attr.c | |
parent | 7a56c930e226c721bb7400f9a376c824ec708cbb (diff) |
ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion
commit 21af33ed0319 ("ARM: davinci: omapl138_lcdk: Enable DM_MMC")
wanted to enable DM_MMC only for U-Boot and not for SPL.
But CONFIG_DM_MMC is defined for SPL build too. Because of this
MMC device was not getting registered for SPL causing MMC/SD
boot breakage.
Instead use CONFIG_IS_ENABLED(DM_MMC) which will remain false until
CONFIG_SPL_DM_MMC is defined.
Tested-by: Adam Ford <aford173@gmail.com> #da850evm
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Tested-by: Peter Howard <phoward@gme.net.au> #omapl138_lcdk
Diffstat (limited to 'env/attr.c')
0 files changed, 0 insertions, 0 deletions