All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/8] configs: sheevaplug: remove non-dm MMC driver
@ 2021-03-25 13:47 Harm Berntsen
  2021-03-26  6:02 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Harm Berntsen @ 2021-03-25 13:47 UTC (permalink / raw)
  To: u-boot

This will be replaced with the driver model version

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
CC: Prafulla Wadaskar <prafulla@marvell.com>
CC: Stefan Roese <sr@denx.de>
CC: Tom Rini <trini@konsulko.com>
---

?include/configs/sheevaplug.h | 8 --------
?1 file changed, 8 deletions(-)

diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index e1f8fb8ac8..abe8418984 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -50,14 +50,6 @@
?#define CONFIG_PHY_BASE_ADR????0
?#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
? */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 3/8] configs: sheevaplug: remove non-dm MMC driver
  2021-03-25 13:47 [PATCH 3/8] configs: sheevaplug: remove non-dm MMC driver Harm Berntsen
@ 2021-03-26  6:02 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2021-03-26  6:02 UTC (permalink / raw)
  To: u-boot

On 25.03.21 14:47, Harm Berntsen wrote:
> This will be replaced with the driver model version
> 
> Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
> CC: Prafulla Wadaskar <prafulla@marvell.com>
> CC: Stefan Roese <sr@denx.de>
> CC: Tom Rini <trini@konsulko.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>  ?include/configs/sheevaplug.h | 8 --------
>  ?1 file changed, 8 deletions(-)
> 
> diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
> index e1f8fb8ac8..abe8418984 100644
> --- a/include/configs/sheevaplug.h
> +++ b/include/configs/sheevaplug.h
> @@ -50,14 +50,6 @@
>  ?#define CONFIG_PHY_BASE_ADR????0
>  ?#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
>  ? */
> 


Viele Gr??e,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-26  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 13:47 [PATCH 3/8] configs: sheevaplug: remove non-dm MMC driver Harm Berntsen
2021-03-26  6:02 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.