mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
Add support for iMX8MN LPDDR4 EVK board which uses 2GB LPDDR4 and PCA9450B PMIC. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
14 lines
221 B
Text
14 lines
221 B
Text
if TARGET_IMX8MN_EVK || 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
|