From bf5b279c3dd3dc04cb5705608fb1243f1b7b7d13 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 16 Apr 2019 11:45:24 -0700 Subject: [PATCH] freedom-u540: Don't hardcode linux-version Don't hardcode the Linux version to make it easier to overwrite the Linux provider. There is only one linux-riscv version so it is not required. Signed-off-by: Alistair Francis --- conf/machine/freedom-u540.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/freedom-u540.conf b/conf/machine/freedom-u540.conf index 5979b80..3af48f2 100644 --- a/conf/machine/freedom-u540.conf +++ b/conf/machine/freedom-u540.conf @@ -11,7 +11,6 @@ MACHINE_FEATURES = "screen keyboard ext2 ext3 serial" KERNEL_IMAGETYPE = "Image" PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv" -PREFERRED_VERSION_linux-riscv ?= "5.0%" GDBVERSION = "riscv"