diff options
author | Christian Glombek <lorbus@fedoraproject.org> | 2021-03-10 23:11:53 +0100 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2021-06-12 14:39:14 -0500 |
commit | 83ac05d6a8ccaf5fc8f8e14cc2d6bd5304664854 (patch) | |
tree | 48064d09c20eed222efcecd9d233204ad29d80d2 /board/kobol/helios64-rk3399/Makefile | |
parent | cf066a20c3ec063d019a991cc32ba8ad95a39780 (diff) | |
download | u-boot-master.tar.gz u-boot-master.tar.xz u-boot-master.zip |
The hardware is described in detail on Kobol's wiki at
https://wiki.kobol.io/helios64/intro/.
This commit is based on downstream work in Armbian by Aditya Prayoga [1].
The devicetree is taken from Linux v5.12-rc1 and was originally submitted there by
Uwe Kleine-Koenig [2].
[1] https://github.com/ukleinek/armbian-build/blob/35c85295d351830aa59b624db524ba04b238faae/patch/kernel/rockchip64-current/add-board-helios64.patch
[2] https://github.com/torvalds/linux/blob/7a7fd0de4a9804299793e564a555a49c1fc924cb/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Diffstat (limited to 'board/kobol/helios64-rk3399/Makefile')
-rw-r--r-- | board/kobol/helios64-rk3399/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/kobol/helios64-rk3399/Makefile b/board/kobol/helios64-rk3399/Makefile new file mode 100644 index 0000000000..ab34245a6d --- /dev/null +++ b/board/kobol/helios64-rk3399/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 Aditya Prayoga <aditya@kobol.io> + +obj-y := helios64.o sys_otp.o |