release: ROCKPRO64: Remove the quirk that disable the big cores

It's not needed anymore.
This commit is contained in:
Emmanuel Vadot 2021-01-27 23:31:18 +01:00
parent 6e26189be4
commit 183d6cc0e0

View File

@ -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
}