summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/common/include
diff options
context:
space:
mode:
authorRavi Kumar Bokka <rbokka@codeaurora.org>2021-02-09 11:33:46 +0530
committerShelley Chen <shchen@google.com>2021-05-19 20:23:55 +0000
commit1a47c6a2f70b20a53d2a3e193a1993269bd9588c (patch)
treed270949ed3b80f0b6affcc59d09bcd44866141e9 /src/soc/qualcomm/common/include
parent01158d3bd7a6e13d9780ba97bb039d5af648c0b9 (diff)
sc7280: Reserve wlan & wpss dram memory regions
Change-Id: Ic98b5d08a0a7b3f772582bf85d94f901a7c53010 Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50587 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/common/include')
-rw-r--r--src/soc/qualcomm/common/include/soc/symbols_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/qualcomm/common/include/soc/symbols_common.h b/src/soc/qualcomm/common/include/soc/symbols_common.h
index 5180da219f..60c1069aa1 100644
--- a/src/soc/qualcomm/common/include/soc/symbols_common.h
+++ b/src/soc/qualcomm/common/include/soc/symbols_common.h
@@ -21,5 +21,7 @@ DECLARE_REGION(aop_code_ram)
DECLARE_REGION(aop_data_ram)
DECLARE_REGION(dram_modem_wifi_only)
DECLARE_REGION(dram_modem_extra)
+DECLARE_REGION(dram_wlan)
+DECLARE_REGION(dram_wpss)
#endif // _SOC_QUALCOMM_SYMBOLS_COMMON_H_