Files
meta-bsp-imx8mm/recipes-bsp/u-boot/compulab/imx8mm/0020-ucm-imx8m-mini-config-Enable-the-new-LPDDR4-config.patch
T
2023-02-09 00:44:25 +02:00

26 lines
823 B
Diff

From 58e467d2a44188a047116e1945a45c4fdecc0c5a Mon Sep 17 00:00:00 2001
From: Valentin Raevsky <valentin@compulab.co.il>
Date: Wed, 1 May 2019 13:48:53 +0300
Subject: [PATCH 020/126] ucm-imx8m-mini: config: Enable the new LPDDR4 config
Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
---
configs/ucm-imx8m-mini_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/ucm-imx8m-mini_defconfig b/configs/ucm-imx8m-mini_defconfig
index 75531acb20..d45e7894e8 100644
--- a/configs/ucm-imx8m-mini_defconfig
+++ b/configs/ucm-imx8m-mini_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_IMX8M=y
CONFIG_SYS_TEXT_BASE=0x40200000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_UCM_IMX8M_MINI=y
+CONFIG_UCM_IMX8M_LPDDR4=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="ucm-imx8m-mini"
CONFIG_FIT=y
--
2.11.0