mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 11:15:09 +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
|