Skip to content

Commit d9f2898

Browse files
committed
airoha: an7581: fix default package selection for Kite EVB device
The Kite EVB device wrongly select an invalid package for NPU firmware where the correct one should be the airoha-en7581-npu-firmware one. Fix the wrong package to restore compilation of the Airoha target. Fixes: 0cf5167 ("airoha: an7581: generalize eMMC DTS and add Kite variant") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 46a629a commit d9f2898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/linux/airoha/image/an7581.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ define Device/airoha_an7581-evb-emmc-kite
7575
DEVICE_VENDOR := Airoha
7676
DEVICE_MODEL := AN7581 Evaluation Board (eMMC + Kite)
7777
DEVICE_DTS := an7581-evb-emmc-kite
78-
DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-mt7992-npu-firmware \
78+
DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-npu-firmware \
7979
kmod-mt7992-firmware wpad-basic-mbedtls
8080
ARTIFACT/preloader.bin := an7581-preloader rfb
8181
ARTIFACT/bl31-uboot.fip := an7581-bl31-uboot rfb

0 commit comments

Comments
 (0)