mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
5b6f8f3083
Add iMX6ULL VisionSOM SoM and VisionCB-RT-STD evaluation board support. The SoM has an iMX6ULL, 512 MiB of DRAM and microSD slot. The carrier board has Ethernet, USB host port, USB OTG port. Signed-off-by: Arkadiusz Karas <arkadiusz.karas@somlabs.com> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
12 lines
180 B
Text
12 lines
180 B
Text
if TARGET_SOMLABS_VISIONSOM_6ULL
|
|
|
|
config SYS_BOARD
|
|
default "visionsom-6ull"
|
|
|
|
config SYS_VENDOR
|
|
default "somlabs"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "somlabs_visionsom_6ull"
|
|
|
|
endif
|