mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
52aaddd6f4
Add new board names for existing board support imx6q - icore and icore_rqs boards imx6ul - geam6ul and isiot boards Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
12 lines
151 B
Text
12 lines
151 B
Text
if TARGET_MX6Q_ENGICAM
|
|
|
|
config SYS_BOARD
|
|
default "imx6q"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx6-engicam"
|
|
|
|
endif
|