Home
last modified time | relevance | path

Searched refs:run_distro_boot (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Dstart.c87 if (state->cmd || state->run_distro_boot) { in sandbox_main_loop_init()
96 if (state->run_distro_boot) in sandbox_main_loop_init()
111 state->run_distro_boot = true; in sandbox_cmdline_cb_boot()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h52 bool run_distro_boot; /* Automatically run distro bootcommands */ member