mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
15 lines
213 B
Text
15 lines
213 B
Text
|
if TARGET_IMX8QM_ROM7720_A1
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8qm_rom7720_a1"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "advantech"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8qm_rom7720"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|