Pull request #100: fix(u-boot): revert to u-boot 2019.10 because of several issues with 2023.04
Merge in ICO/coreos from fix_pci_issue_on_cf_pro_eval_board to master * commit '1d8551459f909b00e0156959a40ac3cbc9773ef5': fix(u-boot): revert to u-boot 2019.10 because of several issues with 2023.04
This commit is contained in:
commit
277a2ef020
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
require conf/machine/include/cn913x.inc
|
||||
|
||||
PREFERRED_VERSION_u-boot = "2019.10-solidrun"
|
||||
|
||||
### Device specific settings
|
||||
# Needed for phy firmware
|
||||
MACHINE_EXTRA_RDEPENDS += "linux-firmware-microchip"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ require conf/machine/include/soc-family.inc
|
|||
# *****************************************************************************
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|
||||
PREFERRED_VERSION_u-boot ?= "2023.04-marvell"
|
||||
PREFERRED_VERSION_u-boot ?= "2019.10-solidrun"
|
||||
|
||||
# All cn913x use the same defconfig for u-boot, but another devicetree by
|
||||
# settings UBOOT_BUILDENV_DEVICE_TREE in the machine configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue