mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
freedom-u540.conf: Define virtual/bootloader to be u-boot
Fixes NOTE: Multiple providers are available for virtual/bootloader (u-boot, u-boot-juno, u-boot-orangepi-i96, u-boot-poplar, u-boot-socfpga) Consider defining a PREFERRED_PROVIDER entry to match virtual/bootloader Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5cc6fe3632
commit
6f495435ed
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ KERNEL_CLASSES = "kernel-fitimage"
|
|||
KERNEL_IMAGETYPE = "fitImage"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
||||
|
||||
PREFERRED_VERSION_openocd-native = "riscv"
|
||||
PREFERRED_VERSION_openocd = "riscv"
|
||||
|
|
Loading…
Add table
Reference in a new issue