diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-11-29 22:36:36 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-11-29 22:36:36 +0000 |
commit | d6c31218b6c4985f355e600c17519218fe93cda2 (patch) | |
tree | 1e959a7ded652366549f62082ed035c359d3bc4e | |
parent | a69c1d42ccf37637fa81864556d34e7b73d4cf6c (diff) | |
download | src-d6c31218b6c4985f355e600c17519218fe93cda2.tar.gz src-d6c31218b6c4985f355e600c17519218fe93cda2.zip |
release: arm64: Add opp dtbo to PINE* boards
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=341269
-rw-r--r-- | release/arm64/PINE64-LTS.conf | 2 | ||||
-rw-r--r-- | release/arm64/PINE64.conf | 2 | ||||
-rw-r--r-- | release/arm64/PINEBOOK.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/release/arm64/PINE64-LTS.conf b/release/arm64/PINE64-LTS.conf index 53c4d8d658cd..8d480007fe5b 100644 --- a/release/arm64/PINE64-LTS.conf +++ b/release/arm64/PINE64-LTS.conf @@ -14,7 +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" +FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp" export BOARDNAME="PINE64-LTS" arm_install_uboot() { diff --git a/release/arm64/PINE64.conf b/release/arm64/PINE64.conf index 1bf16c8ee57a..fb7dd8725fb3 100644 --- a/release/arm64/PINE64.conf +++ b/release/arm64/PINE64.conf @@ -14,7 +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" +FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp" export BOARDNAME="PINE64" arm_install_uboot() { diff --git a/release/arm64/PINEBOOK.conf b/release/arm64/PINEBOOK.conf index ced3b7eb4098..d0af1a37159f 100644 --- a/release/arm64/PINEBOOK.conf +++ b/release/arm64/PINEBOOK.conf @@ -14,7 +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" +FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp" export BOARDNAME="PINEBOOK" arm_install_uboot() { |