]>
Git Repo - J-u-boot.git/blobdiff - common/main.c
/* #define DEBUG */
-#include <common.h>
#include <autoboot.h>
+#include <button.h>
#include <bootstage.h>
#include <bootstd.h>
#include <cli.h>
efi_launch_capsules();
}
+ process_button_cmds();
+
s = bootdelay_process();
if (cli_process_fdt(&s))
cli_secure_boot_cmd(s);
This page took 0.024784 seconds and 4 git commands to generate.