Browse Source

opensbi: Fix the u-boot dependency

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis 5 years ago
parent
commit
bb370a5a30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes-bsp/opensbi/opensbi-payloads.inc

+ 1 - 1
recipes-bsp/opensbi/opensbi-payloads.inc

@@ -31,7 +31,7 @@ def riscv_get_do_compile_depends(d):
 
     if 'linux' in sbi_payload or 'Image' in sbi_payload:
         return "virtual/kernel:do_deploy"
-    if 'u-boot' in sbi_payload:
+    if 'u-boot.bin' in sbi_payload:
         return "virtual/bootloader:do_deploy"
 
     return ""