]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx: imx8mn_ddr4_evk: Use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK board
authorPeng Fan <peng.fan@nxp.com>
Fri, 25 Dec 2020 08:23:12 +0000 (16:23 +0800)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Jan 2021 10:30:30 +0000 (11:30 +0100)
use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK board, we will use
CONFIG_TARGET_IMX8MN_EVK for LPDDR4 EVK board.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/Kconfig
board/freescale/imx8mn_evk/Kconfig
configs/imx8mn_ddr4_evk_defconfig

index 8615dc3bec9940b35d1ca9df6959470c87823400..bd2ab77b75d3da1d3439fb8fc77e4f8d0ea03da1 100644 (file)
@@ -43,7 +43,7 @@ config TARGET_IMX8MM_EVK
        select SUPPORT_SPL
        select IMX8M_LPDDR4
 
-config TARGET_IMX8MN_EVK
+config TARGET_IMX8MN_DDR4_EVK
        bool "imx8mn DDR4 EVK board"
        select IMX8MN
        select SUPPORT_SPL
index 38ac8468027855934631172f049791d10fd36033..048fb7d97f02de4fda70263ac1a119eacf9f6290 100644 (file)
@@ -1,4 +1,4 @@
-if TARGET_IMX8MN_EVK
+if TARGET_IMX8MN_DDR4_EVK
 
 config SYS_BOARD
        default "imx8mn_evk"
index 41889c462428371b0a80c4e41da5f23836806851..f7ea65886d5150a897dc97b01a8c5b53f8db51f2 100644 (file)
@@ -12,7 +12,7 @@ CONFIG_SYS_I2C_MXC_I2C2=y
 CONFIG_SYS_I2C_MXC_I2C3=y
 CONFIG_DM_GPIO=y
 CONFIG_SPL_TEXT_BASE=0x912000
-CONFIG_TARGET_IMX8MN_EVK=y
+CONFIG_TARGET_IMX8MN_DDR4_EVK=y
 CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_SPL_DRIVERS_MISC_SUPPORT=y