svn commit: r360093 - head/release/arm64

Emmanuel Vadot manu at FreeBSD.org
Sun Apr 19 10:50:30 UTC 2020


Author: manu
Date: Sun Apr 19 10:50:29 2020
New Revision: 360093
URL: https://svnweb.freebsd.org/changeset/base/360093

Log:
  release: arm64: Remove DTSO for Allwinner boards
  
  Both SID and THS dts node are now in the main dts and the DTSO have
  been removed in r359935
  
  MFC after:	2 month
  X-MFC-With:	r359935

Modified:
  head/release/arm64/PINE64-LTS.conf
  head/release/arm64/PINE64.conf
  head/release/arm64/PINEBOOK.conf

Modified: head/release/arm64/PINE64-LTS.conf
==============================================================================
--- head/release/arm64/PINE64-LTS.conf	Sun Apr 19 10:24:15 2020	(r360092)
+++ head/release/arm64/PINE64-LTS.conf	Sun Apr 19 10:50:29 2020	(r360093)
@@ -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,sun50i-a64-opp"
+FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINE64-LTS"
 
 arm_install_uboot() {

Modified: head/release/arm64/PINE64.conf
==============================================================================
--- head/release/arm64/PINE64.conf	Sun Apr 19 10:24:15 2020	(r360092)
+++ head/release/arm64/PINE64.conf	Sun Apr 19 10:50:29 2020	(r360093)
@@ -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,sun50i-a64-opp"
+FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINE64"
 
 arm_install_uboot() {

Modified: head/release/arm64/PINEBOOK.conf
==============================================================================
--- head/release/arm64/PINEBOOK.conf	Sun Apr 19 10:24:15 2020	(r360092)
+++ head/release/arm64/PINEBOOK.conf	Sun Apr 19 10:50:29 2020	(r360093)
@@ -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,sun50i-a64-opp"
+FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINEBOOK"
 
 arm_install_uboot() {


More information about the svn-src-all mailing list