From ec0db2d748dc735a8260917254e7a00a11d070e1 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Sat, 2 Nov 2019 19:33:02 +0000 Subject: [PATCH] RISC-V: Remove EARLY_AP_STARTUP from GENERIC This option is causing boot to fail for the Hifive Unleashed and older versions of QEMU (3.1.1). Remove it from the GENERIC config for now. Reported by: br MFC after: 1 week --- sys/riscv/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 257b836d0ed5..5b647977879f 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -71,7 +71,6 @@ options RACCT # Resource accounting framework options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default options RCTL # Resource limits options SMP -options EARLY_AP_STARTUP options INTRNG # RISC-V SBI console