From ea2c8ae8f4be368265269faf832cf15758855d37 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 8 Oct 2018 13:55:09 -0700 Subject: [PATCH] u-boot: Use mainline u-boot Now that QEMU RISC-V virt machine support is in master u-boot use the mainline u-boot instead of a fork. Signed-off-by: Alistair Francis --- recipes-bsp/u-boot/u-boot_%.bbappend | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 15199a2..ea7c314 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -1,5 +1,6 @@ -SRC_URI_riscv64 = "git://git.denx.de/u-boot-x86.git;branch=riscv-working;rebaseable=1" +# Remove patches applied in the common .bb +SRC_URI_riscv64 = "git://git.denx.de/u-boot.git" -SRCREV_riscv64 = "07985f7aedfc017f539fb1984d432497193121cb" +SRCREV_riscv64 = "94228a9188803473206544c8f33649ea72bf1ee1" COMPATIBLE_MACHINE_qemuriscv64 = "qemuriscv64"