mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
9b15ce9193
Add board and SoC dts Add ddr training code support SD/MMC/GPIO/PINCTRL/UART Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
154 B
Text
12 lines
154 B
Text
if TARGET_IMX8MM_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mm_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_evk"
|
|
|
|
endif
|