machine: fixed IMAGE_BOOT_FILES for armada u-boot

Part of yocto upgrade from dunfell to kirkstone
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2022-07-20 07:13:28 +00:00 committed by Alexandre Bard
parent 0003dacf50
commit e64b7a32ba
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ KERNEL_MODULE_PROBECONF += "ath10k_pci"
module_conf_ath10k_pci = "options ath10k_pci irq_mode=1" module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
UBOOT_MACHINE = "armada-385-hw18_defconfig" UBOOT_MACHINE = "armada-385-hw18_defconfig"
IMAGE_BOOT_FILES = "u-boot-armada-385-hw18.kwb" IMAGE_BOOT_FILES = "u-boot-armada-385-nrhw18.kwb"
DEFAULT_ETH = "eth2" DEFAULT_ETH = "eth2"