summaryrefslogtreecommitdiffstats
path: root/board/firefly/firefly-rk3288/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 16:55:41 -0600
committerSimon Glass <sjg@chromium.org>2015-09-02 21:28:24 -0600
commit17aa548cedd9a4c063590d29ac27160dc67f47f9 (patch)
tree0f57ba0e658d3d8891aea4a4cf6581c6b31c75d1 /board/firefly/firefly-rk3288/Makefile
parent1b2fd5bf4eedfaf5af9d8fc219781fb521d12c7a (diff)
downloadtalos-obmc-uboot-17aa548cedd9a4c063590d29ac27160dc67f47f9.tar.gz
talos-obmc-uboot-17aa548cedd9a4c063590d29ac27160dc67f47f9.zip
rockchip: Add basic support for firefly-rk3288
The Firefly RK3288 is a suitable target board for initial mainline Rockchip support. It includes a good set of peripherals, a recent SoC and it is readily available. This adds only some basic files required to allow the baord to display a serial message in SPL and hang. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/firefly/firefly-rk3288/Makefile')
-rw-r--r--board/firefly/firefly-rk3288/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/firefly/firefly-rk3288/Makefile b/board/firefly/firefly-rk3288/Makefile
new file mode 100644
index 0000000000..671684597d
--- /dev/null
+++ b/board/firefly/firefly-rk3288/Makefile
@@ -0,0 +1,7 @@
+#
+# (C) Copyright 2015 Google, Inc
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += firefly-rk3288.o
OpenPOWER on IntegriCloud