From f8e4ba0085cb8f0d54236825abe0487c733bb25d Mon Sep 17 00:00:00 2001 From: Ravi Kumar Bokka Date: Thu, 21 Oct 2021 20:14:09 +0530 Subject: soc/qualcomm/sc7280: define the aop symbols BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board Signed-off-by: Ravi Kumar Bokka Change-Id: I62044f6fcb301c0ca35c42598f998913f9b94b95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58528 Tested-by: build bot (Jenkins) Reviewed-by: Shelley Chen --- src/soc/qualcomm/sc7280/soc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/qualcomm/sc7280/soc.c') diff --git a/src/soc/qualcomm/sc7280/soc.c b/src/soc/qualcomm/sc7280/soc.c index c0fa32f691..96a4d5a2b2 100644 --- a/src/soc/qualcomm/sc7280/soc.c +++ b/src/soc/qualcomm/sc7280/soc.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include @@ -16,6 +15,8 @@ static void soc_read_resources(struct device *dev) REGION_SIZE(dram_wlan) / KiB); reserved_ram_resource(dev, 3, (uintptr_t)_dram_wpss / KiB, REGION_SIZE(dram_wpss) / KiB); + reserved_ram_resource(dev, 4, (uintptr_t)_dram_aop / KiB, + REGION_SIZE(dram_aop) / KiB); } static void soc_init(struct device *dev) -- cgit v1.2.3