mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 19:56:58 +02:00
Add board and SoC dts Add ddr training code support SD/MMC/GPIO/PINCTRL/UART Signed-off-by: Peng Fan <peng.fan@nxp.com>
13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
if TARGET_IMX8MM_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mm_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_evk"
|
|
|
|
endif
|