Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / board / cssi / MCR3000 / MCR3000.c
index d26ac35b4406fc9408bca6f558689cb1aa749e36..570e846a21b74b67b4dcd848e1ec0b5a79d81b84 100644 (file)
@@ -8,12 +8,16 @@
  */
 
 #include <common.h>
+#include <env.h>
 #include <hwconfig.h>
+#include <init.h>
 #include <mpc8xx.h>
 #include <fdt_support.h>
+#include <serial.h>
 #include <asm/io.h>
 #include <dm/uclass.h>
 #include <wdt.h>
+#include <linux/delay.h>
 
 DECLARE_GLOBAL_DATA_PTR;