mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01: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
|