[PATCH 5/9] ddr: imx8m: Drop the dependency to IMX8M_LPDDR4

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon Jul 28 05:24:51 CEST 2025


From: Peng Fan <peng.fan at nxp.com>

The ddr driver support DDR and LPDDR4 both, so drop the dependency
to IMX8M_LPDDR4.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 drivers/ddr/imx/imx8m/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ddr/imx/imx8m/Kconfig b/drivers/ddr/imx/imx8m/Kconfig
index 08b6787a54311d27265c0bbcc6d347ae1d9998f3..7c050055be3c39a0188445b6fe5630c590d01506 100644
--- a/drivers/ddr/imx/imx8m/Kconfig
+++ b/drivers/ddr/imx/imx8m/Kconfig
@@ -33,7 +33,7 @@ config SAVED_DRAM_TIMING_BASE
 
 config IMX8M_DRAM_INLINE_ECC
 	bool "imx8mp inline ECC"
-	depends on IMX8MP && IMX8M_LPDDR4
+	depends on IMX8MP
 	help
 	  Select this config if you want to use inline ecc feature for
 	  imx8mp-evk board.

-- 
2.35.3



More information about the U-Boot mailing list