diff options
author | Peng Fan | 2020-12-25 16:23:12 +0800 |
---|---|---|
committer | Stefano Babic | 2021-01-23 11:30:30 +0100 |
commit | 846b77e7df4b0c24ed9f3bbc3c1d88aa03265f7c (patch) | |
tree | 969638f23ab437aa34ed22592a3c2c07d58aaca9 /board/freescale/imx8mn_evk | |
parent | 48b90f86c583183e2f4d80b2747ebff612c4173f (diff) |
imx: imx8mn_ddr4_evk: Use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK board
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>
Diffstat (limited to 'board/freescale/imx8mn_evk')
-rw-r--r-- | board/freescale/imx8mn_evk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8mn_evk/Kconfig b/board/freescale/imx8mn_evk/Kconfig index 38ac8468027..048fb7d97f0 100644 --- a/board/freescale/imx8mn_evk/Kconfig +++ b/board/freescale/imx8mn_evk/Kconfig @@ -1,4 +1,4 @@ -if TARGET_IMX8MN_EVK +if TARGET_IMX8MN_DDR4_EVK config SYS_BOARD default "imx8mn_evk" |