mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
0e689a6192
Engicam has several SOM's on i.MX6 stream, where each SOM has one include/configs/*.h file, this patch generate single config file for all SOM's include/configs/imx6-engicam.h Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
12 lines
151 B
Text
12 lines
151 B
Text
if TARGET_MX6UL_GEAM
|
|
|
|
config SYS_BOARD
|
|
default "geam6ul"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx6-engicam"
|
|
|
|
endif
|