summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx/include
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2024-10-23 17:53:14 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2024-11-19 10:34:29 +0000
commit488e7bd9e4f964d80cd18c4ffa30e234a70982ce (patch)
tree1bd9e70c055d5f5a47a857dd456cd2c20033b71f /src/soc/intel/xeon_sp/skx/include
parent7cfdb3bc1a59280c1aeb2506e60384c42e05f6de (diff)
soc/intel/xeon_sp: Drop unused code
Drop soc_get_stack_for_port() and move a comment. Change-Id: I9d7615b633b344783150b3e1f3d98634630ed354 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84844 Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Shuo Liu <shuo.liu@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/include')
-rw-r--r--src/soc/intel/xeon_sp/skx/include/soc/soc_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/skx/include/soc/soc_util.h b/src/soc/intel/xeon_sp/skx/include/soc/soc_util.h
index 4345e4646e..ce7c645037 100644
--- a/src/soc/intel/xeon_sp/skx/include/soc/soc_util.h
+++ b/src/soc/intel/xeon_sp/skx/include/soc/soc_util.h
@@ -13,7 +13,6 @@ void config_reset_cpl3_csrs(void);
const struct SystemMemoryMapHob *get_system_memory_map(void);
-int soc_get_stack_for_port(int port);
uint8_t get_cxl_node_count(void);
#endif /* _SOC_UTIL_H_ */