Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a276700 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: Fix to increase the modem SRAM size in IPA 4.2"

parents 054b5b9b f91ff1e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2517,7 +2517,7 @@ static struct ipa3_mem_partition ipa_4_2_mem_part = {
	.modem_comp_decomp_ofst		= 0x0,
	.modem_comp_decomp_size		= 0x0,
	.modem_ofst			= 0xbf0,
	.modem_size			= 0x100c,
	.modem_size			= 0x140c,
	.apps_v4_flt_hash_ofst		= 0x1bfc,
	.apps_v4_flt_hash_size		= 0x0,
	.apps_v4_flt_nhash_ofst		= 0x1bfc,
@@ -2537,8 +2537,8 @@ static struct ipa3_mem_partition ipa_4_2_mem_part = {
	.apps_v6_rt_hash_size		= 0x0,
	.apps_v6_rt_nhash_ofst		= 0x1bfc,
	.apps_v6_rt_nhash_size		= 0x0,
	.uc_descriptor_ram_ofst		= 0x1c00,
	.uc_descriptor_ram_size		= 0x400,
	.uc_descriptor_ram_ofst		= 0x2000,
	.uc_descriptor_ram_size		= 0x0,
	.pdn_config_ofst		= 0x9F8,
	.pdn_config_size		= 0x50,
	.stats_quota_ofst		= 0xa50,