mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
846b77e7df
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>
14 lines
200 B
Text
14 lines
200 B
Text
if TARGET_IMX8MN_DDR4_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_evk"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|