Browse Source

recipes-bsp/u-boot: Use a u-boot fork for RISC-V

Use fork of u-boot that allows us to boot u-boot on the QEMU RISC-V virt
machine.

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

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

@@ -0,0 +1,3 @@
+SRC_URI = "git://git.denx.de/u-boot-x86.git;branch=riscv-working"
+
+SRCREV = "0b6036bcfd4bd9d9ef7687db43a4573e48ad0836"