From 426948df2a23a1b4d5c2df2bf2c13ddc3989f823 Mon Sep 17 00:00:00 2001 From: Harm Berntsen Date: Tue, 30 Mar 2021 10:19:37 +0200 Subject: [PATCH] configs: sheevaplug: remove non-dm MMC driver This will be replaced with the driver model version Signed-off-by: Harm Berntsen Reviewed-by: Stefan Roese CC: Prafulla Wadaskar CC: Stefan Roese CC: Tom Rini --- include/configs/sheevaplug.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index e1f8fb8..abe8418 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -51,14 +51,6 @@ #endif /* CONFIG_CMD_NET */ /* - * SDIO/MMC Card Configuration - */ -#ifdef CONFIG_CMD_MMC -#define CONFIG_MVEBU_MMC -#define CONFIG_SYS_MMC_BASE KW_SDIO_BASE -#endif /* CONFIG_CMD_MMC */ - -/* * SATA driver configuration */ #ifdef CONFIG_IDE -- 2.7.4