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 <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2018-10-08 13:55:09 -07:00
committed by Khem Raj
parent 08b56cfe69
commit ea2c8ae8f4

View File

@@ -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"