Home
last modified time | relevance | path

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

/external/u-boot/board/compulab/common/
Domap3_display.c400 char *custom_lcd; in lcd_ctrl_init() local
409 custom_lcd = env_get(displaytype); in lcd_ctrl_init()
410 if (custom_lcd == NULL || parse_customlcd(custom_lcd) < 0) in lcd_ctrl_init()