From 2a9c3bb5510e4ae46f53bc38b2e9e6c260a4ebc8 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 21 Jan 2021 10:46:51 +0000 Subject: raspberrypi4-64: No need to force arm_64bit=1 This workaround is no longer needed with recent firmware. Signed-off-by: Paul Barker --- conf/machine/raspberrypi4-64.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 7c9792c..ae305cc 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf @@ -31,6 +31,4 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image" KERNEL_IMAGETYPE_DIRECT ?= "Image" KERNEL_BOOTCMD ?= "booti" -RPI_EXTRA_CONFIG += "\n# Force arm in 64bit mode. See: https://github.com/raspberrypi/firmware/issues/1193.\narm_64bit=1" - ARMSTUB ?= "armstub8-gic.bin" -- cgit v1.2.3-54-g00ecf