Browse Source

u-boot: Remove RISC-V specific version

Now that u-boot 2018.11 is supported in Yocto we no longer need custom
options for RISC-V support.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis 5 years ago
parent
commit
1b9c91908b
2 changed files with 0 additions and 7 deletions
  1. 0 1
      conf/machine/qemuriscv64.conf
  2. 0 6
      recipes-bsp/u-boot/u-boot_%.bbappend

+ 0 - 1
conf/machine/qemuriscv64.conf

@@ -6,7 +6,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv"
 PREFERRED_VERSION_linux-riscv ?= "4.19%"
 
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
-PREFERRED_PROVIDER_u-boot ?= "u-boot"
 
 require conf/machine/include/qemu.inc
 require conf/machine/include/tune-riscv.inc

+ 0 - 6
recipes-bsp/u-boot/u-boot_%.bbappend

@@ -1,6 +0,0 @@
-# Remove patches applied in the common .bb
-SRC_URI_riscv64 = "git://git.denx.de/u-boot.git"
-
-SRCREV_riscv64  = "94228a9188803473206544c8f33649ea72bf1ee1"
-
-COMPATIBLE_MACHINE_qemuriscv64 = "qemuriscv64"