summaryrefslogtreecommitdiff
path: root/board/cavium/thunderx/atf.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cavium/thunderx/atf.c')
-rw-r--r--board/cavium/thunderx/atf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cavium/thunderx/atf.c b/board/cavium/thunderx/atf.c
index 37340fe9700..ce7afb78ed5 100644
--- a/board/cavium/thunderx/atf.c
+++ b/board/cavium/thunderx/atf.c
@@ -3,8 +3,9 @@
* (C) Copyright 2014, Cavium Inc.
**/
-#include <common.h>
+#include <config.h>
#include <command.h>
+#include <vsprintf.h>
#include <asm/cache.h>
#include <asm/io.h>
#include <asm/ptrace.h>