rockchip: Remove ARCH= references from documentation
[oweals/u-boot.git] / cmd / bootmenu.c
index 6af0617e653e830bd9b8fd441e29d899f8966725..18efe25751f77fa1490aca63c4346c3201e5aa87 100644 (file)
@@ -7,9 +7,11 @@
 #include <command.h>
 #include <ansi.h>
 #include <env.h>
+#include <log.h>
 #include <menu.h>
 #include <watchdog.h>
 #include <malloc.h>
+#include <linux/delay.h>
 #include <linux/string.h>
 
 /* maximum bootmenu entries */
@@ -482,7 +484,7 @@ int menu_show(int bootdelay)
 }
 #endif
 
-int do_bootmenu(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+int do_bootmenu(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char *delay_str = NULL;
        int delay = 10;