aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-08-24 15:01:58 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-08-24 15:01:58 +0000
commiteeab916dad83b4486b5512f4b2e945e607fe9658 (patch)
treeac229f73a722be9ba8f85d6d9a805208dc7264c1
parent66e380123e9dc8fa4ddead9f3361b0a7cbe68de9 (diff)
downloadsrc-eeab916dad83b4486b5512f4b2e945e607fe9658.tar.gz
src-eeab916dad83b4486b5512f4b2e945e607fe9658.zip
release: arm64: Enable overlays for PINE64 and PINE64-LTS
Approved by: re (gjb)
Notes
Notes: svn path=/head/; revision=338296
-rw-r--r--release/arm64/PINE64-LTS.conf1
-rw-r--r--release/arm64/PINE64.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/release/arm64/PINE64-LTS.conf b/release/arm64/PINE64-LTS.conf
index 388adc9551ed..53c4d8d658cd 100644
--- a/release/arm64/PINE64-LTS.conf
+++ b/release/arm64/PINE64-LTS.conf
@@ -14,6 +14,7 @@ KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
PART_SCHEME="MBR"
+FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer"
export BOARDNAME="PINE64-LTS"
arm_install_uboot() {
diff --git a/release/arm64/PINE64.conf b/release/arm64/PINE64.conf
index f20dafd5e624..1bf16c8ee57a 100644
--- a/release/arm64/PINE64.conf
+++ b/release/arm64/PINE64.conf
@@ -14,6 +14,7 @@ KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
PART_SCHEME="MBR"
+FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer"
export BOARDNAME="PINE64"
arm_install_uboot() {