linux-hwe-6.8: removal of references to external sources for firmware
This commit is contained in:
parent
96cf108af6
commit
96d3253765
2 changed files with 30 additions and 1 deletions
|
|
@ -0,0 +1,29 @@
|
||||||
|
Removal of references to external repositories we can't manage what kind of firmware is pointed to.
|
||||||
|
The only firmware we can confirm to work with is the one contained on the packge source code.
|
||||||
|
|
||||||
|
diff --git a/drivers/net/wireless/atmel/at76c50x-usb.c b/drivers/net/wireless/atmel/at76c50x-usb.c
|
||||||
|
index 86f95bd0..046b298d 100644
|
||||||
|
--- a/drivers/net/wireless/atmel/at76c50x-usb.c
|
||||||
|
+++ b/drivers/net/wireless/atmel/at76c50x-usb.c
|
||||||
|
@@ -1619,6 +1619,8 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev,
|
||||||
|
if (ret < 0) {
|
||||||
|
dev_err(&udev->dev, "firmware %s not found!\n",
|
||||||
|
fwe->fwname);
|
||||||
|
- dev_err(&udev->dev,
|
||||||
|
- "you may need to download the firmware from http://developer.berlios.de/projects/at76c503a/\n");
|
||||||
|
goto exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c
|
||||||
|
index 1bb2dcf3..ab1c234c 100644
|
||||||
|
--- a/sound/soc/sof/topology.c
|
||||||
|
+++ b/sound/soc/sof/topology.c
|
||||||
|
@@ -2445,6 +2445,8 @@ int snd_sof_load_topology(struct snd_soc_component *scomp, const char *file)
|
||||||
|
if (ret < 0) {
|
||||||
|
dev_err(scomp->dev, "error: tplg request firmware %s failed err: %d\n",
|
||||||
|
file, ret);
|
||||||
|
- dev_err(scomp->dev,
|
||||||
|
- "you may need to download the firmware from https://github.com/thesofproject/sof-bin/\n");
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=33
|
VERSION=34
|
||||||
HWEKR=6.8
|
HWEKR=6.8
|
||||||
DI_ENABLED=1
|
DI_ENABLED=1
|
||||||
HWE_ENABLED=1
|
HWE_ENABLED=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue