mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 11:46:59 +02:00
Add initial support for Gateworks Venice product family based on the i.MX 8M Mini SoC Signed-off-by: Tim Harvey <tharvey@gateworks.com>
13 lines
156 B
Plaintext
13 lines
156 B
Plaintext
if TARGET_IMX8MM_VENICE
|
|
|
|
config SYS_BOARD
|
|
default "venice"
|
|
|
|
config SYS_VENDOR
|
|
default "gateworks"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_venice"
|
|
|
|
endif
|