diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2024-01-19 16:08:58 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-03-05 11:27:36 +0000 |
commit | 809d8c5d283cb8dffaed64b0a6ebea5e53459c55 (patch) | |
tree | bb91a34025c9204f9c632317bfdc5a4676d74bd8 /src/soc/intel/xeon_sp/spr/include | |
parent | 47e6882891a11186e1d8c05b699b4bf6c4cc42f0 (diff) |
soc/intel/xeon_sp: Drop unused helper functions
Change-Id: Ib319643f6b0b91d8c5854da531e035d333f04d75
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80143
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/spr/include')
-rw-r--r-- | src/soc/intel/xeon_sp/spr/include/soc/soc_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h b/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h index a7bf06ca84..631601e9d8 100644 --- a/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h +++ b/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h @@ -31,8 +31,6 @@ const struct SystemMemoryMapHob *get_system_memory_map(void); const struct SystemMemoryMapElement *get_system_memory_map_elment(uint8_t *num); -uint32_t get_socket_stack_busno(uint32_t socket, uint32_t stack); - bool is_iio_cxl_stack_res(const STACK_RES *res); void soc_display_iio_universal_data_hob(const IIO_UDS *hob); |