mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
f05fa6781a
P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O board. The combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, a GPIO expansion header, and an analog audio jack. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
151 B
Text
12 lines
151 B
Text
if TARGET_P2371_0000
|
|
|
|
config SYS_BOARD
|
|
default "p2371-0000"
|
|
|
|
config SYS_VENDOR
|
|
default "nvidia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "p2371-0000"
|
|
|
|
endif
|