summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include/soc/ramstage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/include/soc/ramstage.h')
-rw-r--r--src/soc/intel/broadwell/include/soc/ramstage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/include/soc/ramstage.h b/src/soc/intel/broadwell/include/soc/ramstage.h
index 3900c7339e..13477555c6 100644
--- a/src/soc/intel/broadwell/include/soc/ramstage.h
+++ b/src/soc/intel/broadwell/include/soc/ramstage.h
@@ -6,10 +6,6 @@
#include <device/device.h>
#include <soc/intel/broadwell/chip.h>
-#if CONFIG(HAVE_REFCODE_BLOB)
void broadwell_run_reference_code(void);
-#else
-static inline void broadwell_run_reference_code(void) { }
-#endif
#endif