|
@@ -464,8 +464,6 @@ static int wl1251_boot_upload_nvs(struct wl1251 *wl)
|
|
val = (nvs_ptr[0] | (nvs_ptr[1] << 8)
|
|
val = (nvs_ptr[0] | (nvs_ptr[1] << 8)
|
|
| (nvs_ptr[2] << 16) | (nvs_ptr[3] << 24));
|
|
| (nvs_ptr[2] << 16) | (nvs_ptr[3] << 24));
|
|
|
|
|
|
- val = cpu_to_le32(val);
|
|
|
|
-
|
|
|
|
wl1251_debug(DEBUG_BOOT,
|
|
wl1251_debug(DEBUG_BOOT,
|
|
"nvs write table 0x%x: 0x%x",
|
|
"nvs write table 0x%x: 0x%x",
|
|
nvs_start, val);
|
|
nvs_start, val);
|