aboutsummaryrefslogtreecommitdiff
path: root/board/cavium
diff options
context:
space:
mode:
Diffstat (limited to 'board/cavium')
-rw-r--r--board/cavium/thunderx/atf.c1
-rw-r--r--board/cavium/thunderx/thunderx.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/cavium/thunderx/atf.c b/board/cavium/thunderx/atf.c
index 2e7ba69..ea2f2ba 100644
--- a/board/cavium/thunderx/atf.c
+++ b/board/cavium/thunderx/atf.c
@@ -4,6 +4,7 @@
**/
#include <common.h>
+#include <asm/cache.h>
#include <asm/io.h>
#include <asm/system.h>
diff --git a/board/cavium/thunderx/thunderx.c b/board/cavium/thunderx/thunderx.c
index 687ade5..1b1b9d5 100644
--- a/board/cavium/thunderx/thunderx.c
+++ b/board/cavium/thunderx/thunderx.c
@@ -9,6 +9,7 @@
#include <init.h>
#include <malloc.h>
#include <errno.h>
+#include <net.h>
#include <linux/compiler.h>
#include <cavium/atf.h>