aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/romstage/fsp_params_tgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/romstage/fsp_params_tgl.c')
-rw-r--r--src/soc/intel/tigerlake/romstage/fsp_params_tgl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/soc/intel/tigerlake/romstage/fsp_params_tgl.c b/src/soc/intel/tigerlake/romstage/fsp_params_tgl.c
index 8b32bc056b..ed6aa5a221 100644
--- a/src/soc/intel/tigerlake/romstage/fsp_params_tgl.c
+++ b/src/soc/intel/tigerlake/romstage/fsp_params_tgl.c
@@ -23,15 +23,6 @@
#include <soc/soc_chip.h>
#include <string.h>
-/* Debug interface flag */
-enum debug_interface_flag {
- DEBUG_INTERFACE_RAM = 0x1,
- DEBUG_INTERFACE_UART = 0x2,
- DEBUG_INTERFACE_USB3 = 0x4,
- DEBUG_INTERFACE_SERIAL_IO = 0x8,
- DEBUG_INTERFACE_TRACEHUB = 0x10
-};
-
static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
const struct soc_intel_tigerlake_config *config)
{