aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp2_0/debug.c')
-rw-r--r--src/drivers/intel/fsp2_0/debug.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/debug.c b/src/drivers/intel/fsp2_0/debug.c
index 5053b5e8ff..6d88f024ae 100644
--- a/src/drivers/intel/fsp2_0/debug.c
+++ b/src/drivers/intel/fsp2_0/debug.c
@@ -10,9 +10,16 @@
*/
#include <console/console.h>
+#include <console/streams.h>
#include <fsp/util.h>
#include <soc/intel/common/util.h>
+asmlinkage size_t fsp_write_line(uint8_t *buffer, size_t number_of_bytes)
+{
+ console_write_line(buffer, number_of_bytes);
+ return number_of_bytes;
+}
+
/*-----------
* MemoryInit
*-----------