diff options
author | Patrick Bruenn <p.bruenn@beckhoff.com> | 2019-01-03 07:54:34 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:55:46 +0100 |
commit | 7e04b4c751a105800c282425f98c7e5557108f85 (patch) | |
tree | eb90cfd49c1aa78f690293a21f87b574d592026b /configs | |
parent | 77fd72ff8f6fb896438c4dbfa31ee8f4ea8f7df5 (diff) |
dm: arm: imx: migrate cx9020 to CONFIG_DM_MMC
Enable esdhc1/2 device nodes for cx9020 and build with CONFIG_DM_MMC=y
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx53cx9020_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig index 3cff52031a..ddd65e8ee1 100644 --- a/configs/mx53cx9020_defconfig +++ b/configs/mx53cx9020_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_DM_MMC=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="imx53-cx9020" CONFIG_ENV_IS_IN_MMC=y |