From eeab916dad83b4486b5512f4b2e945e607fe9658 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 24 Aug 2018 15:01:58 +0000 Subject: [PATCH] release: arm64: Enable overlays for PINE64 and PINE64-LTS Approved by: re (gjb) --- release/arm64/PINE64-LTS.conf | 1 + release/arm64/PINE64.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/release/arm64/PINE64-LTS.conf b/release/arm64/PINE64-LTS.conf index 388adc9551e..53c4d8d658c 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 f20dafd5e62..1bf16c8ee57 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() { -- 2.45.0