diff options
author | Harm Berntsen | 2021-03-30 10:19:36 +0200 |
---|---|---|
committer | Stefan Roese | 2021-04-08 08:50:52 +0200 |
commit | 90534ea56e059e89e40d5030c07a3089dede156e (patch) | |
tree | d587d353a9a4f6ee46a7262bc31a7f576fadf177 /include/configs/openrd.h | |
parent | 16acff8cfcff51edc987572bfe937d1ae36be444 (diff) |
configs: openrd: remove non-dm MMC driver
Unfortunately this board has no DM support at all. We are also way past
the deadline for driver model support for various devices on this board.
Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
Reviewed-by: Stefan Roese <sr@denx.de>
CC: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/openrd.h')
-rw-r--r-- | include/configs/openrd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h index e9fd0fc749b..03b9393c9b0 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -74,9 +74,4 @@ #define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET #endif /*CONFIG_MVSATA_IDE*/ -#ifdef CONFIG_CMD_MMC -#define CONFIG_MVEBU_MMC -#define CONFIG_SYS_MMC_BASE KW_SDIO_BASE -#endif /* CONFIG_CMD_MMC */ - #endif /* _CONFIG_OPENRD_BASE_H */ |