mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
03bf8436a3
Add initial support for Gateworks Venice product family based on the i.MX 8M Mini SoC Signed-off-by: Tim Harvey <tharvey@gateworks.com>
12 lines
156 B
Text
12 lines
156 B
Text
if TARGET_IMX8MM_VENICE
|
|
|
|
config SYS_BOARD
|
|
default "venice"
|
|
|
|
config SYS_VENDOR
|
|
default "gateworks"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm_venice"
|
|
|
|
endif
|