mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
15 lines
198 B
Text
15 lines
198 B
Text
|
if TARGET_IMX8QXP_MEK
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8qxp_mek"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8qxp_mek"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|