diff options
author | jk.kernel@gmail.com <jk.kernel@gmail.com> | 2016-07-26 18:28:30 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-31 07:24:20 -0600 |
commit | dd63fbc70a5fa59677c86695ebad341834fec172 (patch) | |
tree | 9077281d2a27bc52f75059137106e21dd5a4caa3 /board/chipspark/popmetal_rk3288/Makefile | |
parent | d7ca67b7cdd67f79637a8a0097277a68294fa3d8 (diff) |
rockchip: add support for rk3288 PopMetal board
PopMetal is a rockchip rk3288 based board made by ChipSpark, which has
many interface such as HDMI, VGA, USB, micro-SD card, WiFi, Audio and
Gigabit Ethernet.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/chipspark/popmetal_rk3288/Makefile')
-rw-r--r-- | board/chipspark/popmetal_rk3288/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/chipspark/popmetal_rk3288/Makefile b/board/chipspark/popmetal_rk3288/Makefile new file mode 100644 index 0000000000..86d66b0bfe --- /dev/null +++ b/board/chipspark/popmetal_rk3288/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2016 Rockchip Electronics Co., Ltd +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += popmetal-rk3288.o |