image: android: Add routine to get dtbo params
[oweals/u-boot.git] / common / autoboot.c
index b28bd6823d824e73557b64b66fd6ad202ad8a592..94a1b4abebac941858909b7e89cfd838ee40f5b1 100644 (file)
@@ -8,6 +8,7 @@
 #include <autoboot.h>
 #include <bootretry.h>
 #include <cli.h>
+#include <command.h>
 #include <console.h>
 #include <env.h>
 #include <fdtdec.h>
@@ -15,6 +16,7 @@
 #include <memalign.h>
 #include <menu.h>
 #include <post.h>
+#include <time.h>
 #include <u-boot/sha256.h>
 #include <bootcount.h>