[PATCH v2 1/5] mci: core: drop unused DDR/SDR constants
Sascha Hauer
sha at pengutronix.de
Thu Apr 20 23:29:56 PDT 2023
On Tue, Apr 18, 2023 at 11:30:36AM +0200, Ahmad Fatoum wrote:
> These macros are unused and will be replaced by their Linux counterparts
> in a follow up patch, so drop them.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> v1 -> v2:
> - new patch
> ---
> include/mci.h | 6 ------
> 1 file changed, 6 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/include/mci.h b/include/mci.h
> index d356f071f7f2..c38567303241 100644
> --- a/include/mci.h
> +++ b/include/mci.h
> @@ -420,12 +420,6 @@ struct mci_ios {
> #define MMC_BUS_WIDTH_8 3
>
> enum mci_timing timing; /* timing specification used */
> -
> -#define MMC_SDR_MODE 0
> -#define MMC_1_2V_DDR_MODE 1
> -#define MMC_1_8V_DDR_MODE 2
> -#define MMC_1_2V_SDR_MODE 3
> -#define MMC_1_8V_SDR_MODE 4
> };
>
> struct mci;
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list