conf: ccimx91: remove ethos-u firmware
The i.MX91 does not include an NPU; only the i.MX93 does. Remove the Ethos-U firmware support that was accidentally added during code reorganization. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
5f5bf6c089
commit
e8ab46c994
|
|
@ -16,7 +16,6 @@ BT_TTY ?= "ttyLP0"
|
||||||
|
|
||||||
# Firmware
|
# Firmware
|
||||||
MACHINE_FIRMWARE:append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-nxp-wifi-nxpiw612-sdio firmware-murata-nxp', '', d)}"
|
MACHINE_FIRMWARE:append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-nxp-wifi-nxpiw612-sdio firmware-murata-nxp', '', d)}"
|
||||||
MACHINE_FIRMWARE:append = " ethos-u-firmware"
|
|
||||||
|
|
||||||
# Wi-Fi
|
# Wi-Fi
|
||||||
WIRELESS_MODULE ?= ""
|
WIRELESS_MODULE ?= ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue