summaryrefslogtreecommitdiff
path: root/board/bosch/shc/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bosch/shc/board.c')
-rw-r--r--board/bosch/shc/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c
index d34f3ba0077..6a102d38531 100644
--- a/board/bosch/shc/board.c
+++ b/board/bosch/shc/board.c
@@ -12,11 +12,13 @@
*/
#include <common.h>
+#include <bootstage.h>
#include <cpu_func.h>
#include <env.h>
#include <errno.h>
#include <init.h>
#include <irq_func.h>
+#include <net.h>
#include <spl.h>
#include <asm/arch/cpu.h>
#include <asm/arch/hardware.h>
@@ -33,6 +35,7 @@
#include <i2c.h>
#include <miiphy.h>
#include <cpsw.h>
+#include <linux/delay.h>
#include <power/tps65217.h>
#include <env_internal.h>
#include <watchdog.h>