[PATCH] arm: renesas: Disable MMC support on R-Car R8A78000 X5H Cortex-M33 RSIP port
Marek Vasut via U-Boot <[email protected]> Tue, 4 Aug 2026 01:18:01 +0200
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Disable MMC support on R-Car R8A78000 X5H Cortex-M33 RSIP port. The MMC is never used by the RSIP core, disable the support. Signed-off-by: Marek Vasut <[email protected]> --- Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- configs/r8a78000_ironhide_cm33_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/r8a78000_ironhide_cm33_defconfig b/configs/r8a78000_ironhide_cm33_defconfig index 7ea3ae993ba..4b01d82647a 100644 --- a/configs/r8a78000_ironhide_cm33_defconfig +++ b/configs/r8a78000_ironhide_cm33_defconfig @@ -76,6 +76,7 @@ CONFIG_WDT_RENESAS_WWDT=y # CONFIG_BOARD_EARLY_INIT_F is not set # CONFIG_OF_BOARD_SETUP is not set # CONFIG_SYS_ARCH_TIMER is not set +# CONFIG_MMC is not set CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_SCIF=y -- 2.53.0