diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-08-13 22:34:22 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-09-16 16:10:22 -0700 |
commit | 2573428140b3b0e5a6580066f413ef90d20441a2 (patch) | |
tree | 765414a068a0b55be6f7aea79e7720e7c6a3355b /board/nvidia/p2371-2180/Makefile | |
parent | fa43ce842c3026c2abf19d4234d02cd4c62eeec0 (diff) |
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 <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/p2371-2180/Makefile')
-rw-r--r-- | board/nvidia/p2371-2180/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 <www.nvidia.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += p2371-2180.o |