From e11ef3d26eff8d14a11f89b9bdc20471b425d2d7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 1 Dec 2018 12:05:54 -0200 Subject: ARM: rockchip: Add rv1108-elgin-r1 board support Add the initial support for Elgin R1 board, which is based on the RV1108 SoC and has the following features currently supported in U-Boot: - UART - eMMC - USB Signed-off-by: Otavio Salvador Reviewed-by: Philipp Tomsich --- board/elgin/elgin_rv1108/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/elgin/elgin_rv1108/Makefile (limited to 'board/elgin/elgin_rv1108/Makefile') diff --git a/board/elgin/elgin_rv1108/Makefile b/board/elgin/elgin_rv1108/Makefile new file mode 100644 index 0000000000..382218006a --- /dev/null +++ b/board/elgin/elgin_rv1108/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2016 Rockchip Electronics Co., Ltd +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += elgin_rv1108.o -- cgit v1.2.1