wl18xx: don't upload NVS to FW
In this chip family the NVS file should not be uploaded to FW. In fact, we encounter strange bugs (sdio errors) when trying to upload it with certain parameters. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
f2baf075c5
commit
2f1d74e6e7
|
@ -755,10 +755,6 @@ static int wl18xx_boot(struct wl1271 *wl)
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
ret = wlcore_boot_upload_nvs(wl);
|
|
||||||
if (ret < 0)
|
|
||||||
goto out;
|
|
||||||
|
|
||||||
wl18xx_pre_upload(wl);
|
wl18xx_pre_upload(wl);
|
||||||
|
|
||||||
ret = wlcore_boot_upload_firmware(wl);
|
ret = wlcore_boot_upload_firmware(wl);
|
||||||
|
|
Loading…
Reference in New Issue