summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-11 09:15:52 -0600
committerFabio Estevam <[email protected]>2025-07-17 09:57:09 -0300
commit795f6bd29416385c3ff709b7b6f962a6a49e719c (patch)
treef0b8fdeba357e742462f8d08f35248822def83e9
parent2a32b4f340d4c0648e0791359ad2e81a3e513b87 (diff)
brppt2: Use the correct MMC driver
As part of splitting the i.MX parts of FSL_ESDHC out from the more legacy parts, the FSL_ESDHC_IMX symbol was added. This platform is the only one which was not converted correctly. Fixes: e37ac717d796 ("Convert to use fsl_esdhc_imx for i.MX platforms") Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--configs/brppt2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/brppt2_defconfig b/configs/brppt2_defconfig
index 04defac9a71..7774f7b2388 100644
--- a/configs/brppt2_defconfig
+++ b/configs/brppt2_defconfig
@@ -80,7 +80,7 @@ CONFIG_BOOTCOUNT_ALTBOOTCMD="setenv b_mode 0; run b_default;"
CONFIG_SYS_I2C_MXC=y
CONFIG_MMC_BROKEN_CD=y
# CONFIG_SPL_DM_MMC is not set
-CONFIG_FSL_ESDHC=y
+CONFIG_FSL_ESDHC_IMX=y
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y