]> Git Repo - J-u-boot.git/blobdiff - common/main.c
rockchip: rk3399-gru: Include pinctrl and regulators in SPL
[J-u-boot.git] / common / main.c
index 6dba6cba144bfa093e4d55e1eebcfd8f4451ef24..b0b6e74f5d3d385df0be498240d9001dfa2c5136 100644 (file)
@@ -6,8 +6,8 @@
 
 /* #define     DEBUG   */
 
-#include <common.h>
 #include <autoboot.h>
+#include <button.h>
 #include <bootstage.h>
 #include <bootstd.h>
 #include <cli.h>
@@ -62,6 +62,8 @@ void main_loop(void)
                        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.