mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 09:13:06 +00:00
15 lines
244 B
Text
15 lines
244 B
Text
|
if TARGET_IMX8MP_RSB3720A1_4G || TARGET_IMX8MP_RSB3720A1_6G
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8mp_rsb3720a1"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "advantech"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8mp_rsb3720"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|