summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-15 13:46:26 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2021-08-02 14:59:52 +0000
commit6672dff0887678fb2f36663d0175d9a88f3de72f (patch)
tree6e6f25c1c9722f17a8e43b1ad91c82308e5c28e1 /src/soc/intel/broadwell/include
parent863efe45459a836bcb1115901e832d0a41e0b433 (diff)
soc/intel/broadwell: Drop helper functions
Done for consistency with Haswell in order to ease unification. Change-Id: I445f086cfcb65a6001ced3326fb9f25a4188b888 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55527 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/include')
-rw-r--r--src/soc/intel/broadwell/include/soc/systemagent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/include/soc/systemagent.h b/src/soc/intel/broadwell/include/soc/systemagent.h
index 331bbc7ca3..0230f5f4e5 100644
--- a/src/soc/intel/broadwell/include/soc/systemagent.h
+++ b/src/soc/intel/broadwell/include/soc/systemagent.h
@@ -135,7 +135,4 @@
/* System Agent identification */
u8 systemagent_revision(void);
-uintptr_t sa_get_tolud_base(void);
-uintptr_t sa_get_gsm_base(void);
-
#endif