From: Javier Martinez Canillas Date: Sat, 18 May 2024 13:06:13 +0000 (+0200) Subject: omap3: igep0x00: Drop unused SPI support X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=2c35704d970bb7b491ee27a00afa4407800f0f29;p=u-boot.git omap3: igep0x00: Drop unused SPI support 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 Reviewed-by: Enric Balletbo i Serra --- diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index e4d25556e3..6df6c33e25 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