From 54c57ae051152095063650d8590008ec1ef7cff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 15 May 2017 17:54:26 +0800 Subject: rockchip: rk3368: Add initial support for RK3368 based GeekBox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The GeekBox is a TV box from GeekBuying, based on an MXM3 module. The module can be used with base boards such as the GeekBox Landingship. This adds basic support to chain-load U-Boot from Rockchip's miniloader. Signed-off-by: Andreas Färber Signed-off-by: Andy Yan Reviewed-by: Simon Glass --- board/geekbuying/geekbox/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/geekbuying/geekbox/Makefile (limited to 'board/geekbuying/geekbox/Makefile') diff --git a/board/geekbuying/geekbox/Makefile b/board/geekbuying/geekbox/Makefile new file mode 100644 index 0000000000..5c1d66cc98 --- /dev/null +++ b/board/geekbuying/geekbox/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2016 Andreas Färber +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += geekbox.o -- cgit v1.2.3