Home
last modified time | relevance | path

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

/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c399 char *custom_lcd; in lcd_ctrl_init() local
408 custom_lcd = env_get(displaytype); in lcd_ctrl_init()
409 if (custom_lcd == NULL || parse_customlcd(custom_lcd) < 0) in lcd_ctrl_init()