mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b6920095c5
E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B port, and sockets for various expansion modules. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
151 B
Text
12 lines
151 B
Text
if TARGET_E2220_1170
|
|
|
|
config SYS_BOARD
|
|
default "e2220-1170"
|
|
|
|
config SYS_VENDOR
|
|
default "nvidia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "e2220-1170"
|
|
|
|
endif
|