Home
last modified time | relevance | path

Searched refs:ram_buf_rm (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Dstart.c192 state->ram_buf_rm = true; in sandbox_cmdline_cb_rm_memory()
308 if (state->ram_buf_rm && state->ram_buf_fname) in main()
Dstate.c388 if (state->write_ram_buf && !state->ram_buf_rm) { in state_uninit()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h61 bool ram_buf_rm; /* Remove RAM buffer file after read */ member