Searched refs:jumped_fname (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/sandbox/include/asm/
H A Dstate.h73 const char *jumped_fname; /* Jumped from previous U-Boot */ member in struct:sandbox_state
/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c96 return state->jumped_fname ? SYSRESET_WARM : SYSRESET_POWER;
/u-boot/arch/sandbox/cpu/
H A Dstate.c527 if (state->jumped_fname)
528 os_unlink(state->jumped_fname);
H A Dstart.c241 state->jumped_fname = arg;

Completed in 88 milliseconds