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:
parent
0003dacf50
commit
e64b7a32ba
|
|
@ -13,7 +13,7 @@ KERNEL_MODULE_PROBECONF += "ath10k_pci"
|
|||
module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
|
||||
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue