mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
if TARGET_PHYCORE_IMX8MM
|
|
|
|
config SYS_BOARD
|
|
default "phycore_imx8mm"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "phycore_imx8mm"
|
|
|
|
config IMX_CONFIG
|
|
default "board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg"
|
|
|
|
endif
|