diff mbox series

[RESEND,2/4] omap3: igep0x00: Drop unused SPI support

Message ID 20240518130622.219031-3-javier@dowhile0.org
State Under Review
Delegated to: Tom Rini
Headers show
Series omap3: igep0x00: Fix boot failure and modernize the boards support | expand

Commit Message

Javier Martinez Canillas May 18, 2024, 1:06 p.m. UTC
From: Javier Martinez Canillas <javierm@redhat.com>

There are no SPI peripherals in neither the IGEPv2 board nor the IGEP COM
Module, so there's no reason to have this enabled in the boards defconfig.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---

 configs/igep00x0_defconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Enric Balletbo Serra May 30, 2024, 9:30 a.m. UTC | #1
Hi Javier,

Missatge de Javier Martinez Canillas <javier@dowhile0.org> del dia
ds., 18 de maig 2024 a les 15:06:
>
> From: Javier Martinez Canillas <javierm@redhat.com>
>
> There are no SPI peripherals in neither the IGEPv2 board nor the IGEP COM
> Module, so there's no reason to have this enabled in the boards defconfig.
>
> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>

Reviewed-by: Enric Balletbo i Serra <eballetbo@gmail.com>

> ---
>
>  configs/igep00x0_defconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
> index e4d25556e3f3..6df6c33e25ab 100644
> --- a/configs/igep00x0_defconfig
> +++ b/configs/igep00x0_defconfig
> @@ -82,7 +82,4 @@ CONFIG_SYS_NAND_OOBSIZE=0x40
>  CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
>  CONFIG_MTD_UBI_FASTMAP=y
>  CONFIG_CONS_INDEX=3
> -CONFIG_SPI=y
> -CONFIG_DM_SPI=y
> -CONFIG_OMAP3_SPI=y
>  CONFIG_BCH=y
> --
> 2.45.0
>
diff mbox series

Patch

diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
index e4d25556e3f3..6df6c33e25ab 100644
--- a/configs/igep00x0_defconfig
+++ b/configs/igep00x0_defconfig
@@ -82,7 +82,4 @@  CONFIG_SYS_NAND_OOBSIZE=0x40
 CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
 CONFIG_MTD_UBI_FASTMAP=y
 CONFIG_CONS_INDEX=3
-CONFIG_SPI=y
-CONFIG_DM_SPI=y
-CONFIG_OMAP3_SPI=y
 CONFIG_BCH=y