git: 183d6cc0e0db - main - release: ROCKPRO64: Remove the quirk that disable the big cores

Emmanuel Vadot manu at FreeBSD.org
Wed Jan 27 22:32:20 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=183d6cc0e0db8bd4653245abc1ca30b34ed09d9f

commit 183d6cc0e0db8bd4653245abc1ca30b34ed09d9f
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-27 22:31:18 +0000

    release: ROCKPRO64: Remove the quirk that disable the big cores
    
    It's not needed anymore.
---
 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