u-boot-brain/board/nvidia/p2371-0000/Kconfig
Stephen Warren f05fa6781a ARM: tegra: Add p2371-0000 board
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>
2015-08-06 10:50:04 -07:00

13 lines
151 B
Plaintext

if TARGET_P2371_0000
config SYS_BOARD
default "p2371-0000"
config SYS_VENDOR
default "nvidia"
config SYS_CONFIG_NAME
default "p2371-0000"
endif