mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-24 12:11:28 +01:00
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>
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
if TARGET_MX6Q_ENGICAM
|
|
|
|
config SYS_BOARD
|
|
default "imx6q"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx6-engicam"
|
|
|
|
endif
|