Fix IRAM start address in coredump.
Tested on: QCA9984, QCA4019
FW version: 10.4-3.9.0.2-00044

Signed-off-by: Anilkumar Kolli <[email protected]>
---
 drivers/net/wireless/ath/ath10k/coredump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/coredump.c 
b/drivers/net/wireless/ath/ath10k/coredump.c
index b6d2932383cf..ecd3dd5d8356 100644
--- a/drivers/net/wireless/ath/ath10k/coredump.c
+++ b/drivers/net/wireless/ath/ath10k/coredump.c
@@ -703,7 +703,7 @@
        },
        {
                .type = ATH10K_MEM_REGION_TYPE_REG,
-               .start = 0x98000,
+               .start = 0x980000,
                .len = 0x50000,
                .name = "IRAM",
                .section_table = {
@@ -786,7 +786,7 @@
        },
        {
                .type = ATH10K_MEM_REGION_TYPE_REG,
-               .start = 0x98000,
+               .start = 0x980000,
                .len = 0x50000,
                .name = "IRAM",
                .section_table = {
@@ -891,7 +891,7 @@
        },
        {
                .type = ATH10K_MEM_REGION_TYPE_REG,
-               .start = 0x98000,
+               .start = 0x980000,
                .len = 0x50000,
                .name = "IRAM",
                .section_table = {
-- 
1.7.9.5


_______________________________________________
ath10k mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to