mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
37 lines
1013 B
Diff
37 lines
1013 B
Diff
From e0b70a34cfa94ec5399b71f680e4b4dd63b1b379 Mon Sep 17 00:00:00 2001
|
|
From: Valentin Raevsky <valentin@compulab.co.il>
|
|
Date: Sun, 21 Apr 2019 22:19:27 +0300
|
|
Subject: [PATCH 017/126] ucm-imx8m-mini: Kconfig: Refacoring ddr init config
|
|
option
|
|
|
|
Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
|
|
---
|
|
board/compulab/ucm-imx8m-mini/Kconfig | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/board/compulab/ucm-imx8m-mini/Kconfig b/board/compulab/ucm-imx8m-mini/Kconfig
|
|
index 1da11b2046..e6b334134f 100644
|
|
--- a/board/compulab/ucm-imx8m-mini/Kconfig
|
|
+++ b/board/compulab/ucm-imx8m-mini/Kconfig
|
|
@@ -16,12 +16,15 @@ choice
|
|
DDR4 configuration approach
|
|
|
|
config UCM_IMX8M_LPDDR4
|
|
- bool "DDR4_INIT_EVK"
|
|
+ bool "UCM_IMX8M_LPDDR4"
|
|
+ select IMX8MM
|
|
+ select SUPPORT_SPL
|
|
+ select IMX8M_LPDDR4
|
|
help
|
|
imx8mm_evk board configuration approach
|
|
|
|
config UCM_IMX8M_LPDDR4_VAL
|
|
- bool "DDR4_INIT_VAL"
|
|
+ bool "UCM_IMX8M_LPDDR4_VAL"
|
|
help
|
|
imx8mm_val board configuration approach
|
|
|
|
--
|
|
2.11.0
|
|
|