wlcore/wl12xx: Fix fw logger over sdio

The commit fb724ed5c6 ("wlcore: Fix regression in
wlcore_set_partition()") fixed wl12xx functionality.
However, it reverted the support in fw logger
over sdio in wl18xx.

This patch reverts the changes made and also fixes
the original functionality issue introduced in wl12xx.

Fixes: fb724ed5c6 ("wlcore: Fix regression in wlcore_set_partition()")
Signed-off-by: Guy Mishol <guym@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Guy Mishol
2016-04-14 11:58:17 +03:00
committed by Kalle Valo
父節點 2befc4e003
當前提交 6fe813e3d5
共有 3 個文件被更改,包括 18 次插入6 次删除

查看文件

@@ -553,8 +553,8 @@ static struct wlcore_partition_set wl12xx_ptable[PART_TABLE_LEN] = {
.size = 0x00000004
},
.mem3 = {
.start = 0x00040404,
.size = 0x00000000
.start = 0x00000000,
.size = 0x00040404
},
},