From 786dc91492b3e759fb22aa88c5d9cc07dc7986f1 Mon Sep 17 00:00:00 2001 From: Philippe Reynes Date: Thu, 11 Oct 2018 18:31:59 +0200 Subject: bcm968580xref: add initial support This add the initial support of the broadcom reference board bcm968580xref with a bcm6858 SoC. This board has 512 MB of ram, 256 MB of flash (nand), 2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN). Signed-off-by: Philippe Reynes --- board/broadcom/bcm968580xref/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/broadcom/bcm968580xref/Makefile (limited to 'board/broadcom/bcm968580xref/Makefile') diff --git a/board/broadcom/bcm968580xref/Makefile b/board/broadcom/bcm968580xref/Makefile new file mode 100644 index 0000000000..5cd393b196 --- /dev/null +++ b/board/broadcom/bcm968580xref/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += bcm968580xref.o -- cgit