Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/cpu/
Dstart.c234 state->show_lcd = true; in sandbox_cmdline_cb_show_lcd()
237 SANDBOX_CMDLINE_OPT_SHORT(show_lcd, 'l', 0,
Dsdl.c66 if (!width || !state->show_lcd) in sandbox_sdl_init_display()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h68 bool show_lcd; /* Show LCD on start-up */ member