git: 7ba4d0f82955 - stable/13 - release: ROCKPRO64: Remove the quirk that disable the big cores

Emmanuel Vadot manu at FreeBSD.org
Sun Jan 31 13:58:12 UTC 2021


The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=7ba4d0f82955d5c229bf339a53f07c191b1b675b

commit 7ba4d0f82955d5c229bf339a53f07c191b1b675b
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-01-27 22:31:18 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-01-31 13:57:59 +0000

    release: ROCKPRO64: Remove the quirk that disable the big cores
    
    It's not needed anymore.
    
    (cherry picked from commit 183d6cc0e0db8bd4653245abc1ca30b34ed09d9f)
---
 release/arm64/ROCKPRO64.conf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/release/arm64/ROCKPRO64.conf b/release/arm64/ROCKPRO64.conf
index 29d19bd8a46f..fc454e30ec72 100644
--- a/release/arm64/ROCKPRO64.conf
+++ b/release/arm64/ROCKPRO64.conf
@@ -26,10 +26,3 @@ arm_install_uboot() {
 		of=/dev/${mddev} bs=512 seek=16384 conv=sync
 	return 0
 }
-
-arm_do_quirk() {
-	echo '# Known issue with big.LITTLE' \
-		>> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
-	echo 'hw.ncpu=4' \
-		>> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
-}


More information about the dev-commits-src-all mailing list