From 2573428140b3b0e5a6580066f413ef90d20441a2 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 13 Aug 2015 22:34:22 -0600 Subject: ARM: tegra: Add p2371-2180 board P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and two GPIO expansion headers. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- board/nvidia/p2371-2180/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 board/nvidia/p2371-2180/Makefile (limited to 'board/nvidia/p2371-2180/Makefile') diff --git a/board/nvidia/p2371-2180/Makefile b/board/nvidia/p2371-2180/Makefile new file mode 100644 index 0000000000..10aefb071e --- /dev/null +++ b/board/nvidia/p2371-2180/Makefile @@ -0,0 +1,8 @@ +# +# (C) Copyright 2013-2015 +# NVIDIA Corporation +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += p2371-2180.o -- cgit