diff options
author | Ravi Kumar Bokka <rbokka@codeaurora.org> | 2021-03-05 16:01:07 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-15 06:23:06 +0000 |
commit | ce97bca09c342f8a418ffc4032e4848345895ab1 (patch) | |
tree | 920d58ac9e6be8cfd3affd3f1cc2d42a7f6374c4 /src/soc/qualcomm/sc7180/mmu.c | |
parent | 8da56e6e75443ea6a6e2f0f883cf8d01cf48a02c (diff) |
sc7180: make symbols common accross multiple targets.
making the symbols common accross targets to avoid duplicates for each soc.
Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org>
Change-Id: Ic60f46891dfadc7db5ece02756cb449aacdd63c5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51337
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/sc7180/mmu.c')
-rw-r--r-- | src/soc/qualcomm/sc7180/mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7180/mmu.c b/src/soc/qualcomm/sc7180/mmu.c index 8447c01b72..03e62e507e 100644 --- a/src/soc/qualcomm/sc7180/mmu.c +++ b/src/soc/qualcomm/sc7180/mmu.c @@ -5,7 +5,7 @@ #include <arch/cache.h> #include <soc/mmu.h> #include <soc/mmu_common.h> -#include <soc/symbols.h> +#include <soc/symbols_common.h> void sc7180_mmu_init(void) { |