aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/vbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/vbt.h')
-rw-r--r--src/soc/intel/common/vbt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/soc/intel/common/vbt.h b/src/soc/intel/common/vbt.h
index 1bc536e430..e5a17fb75a 100644
--- a/src/soc/intel/common/vbt.h
+++ b/src/soc/intel/common/vbt.h
@@ -20,19 +20,6 @@
#include <types.h>
/*
- * Returns the CBFS filename of the VBT blob.
- *
- * The default implementation returns "vbt.bin", but other implementations can
- * override this.
- */
-const char *mainboard_vbt_filename(void);
-
-/*
- * locate vbt.bin file. Returns a pointer to its content.
- * If vbt_size is non-NULL, also return the vbt's size.
- */
-void *locate_vbt(size_t *vbt_size);
-/*
* Returns VBT pointer and mapping after checking prerequisites for Pre OS
* Graphics initialization
*/