mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
13 lines
158 B
Text
13 lines
158 B
Text
|
if TARGET_PICO_IMX8MQ
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "pico-imx8mq"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "technexion"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "pico-imx8mq"
|
||
|
|
||
|
endif
|