Home
last modified time | relevance | path

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

/u-boot/board/freescale/mx6sabresd/
A Dmx6sabresd.c62 #define KEY_VOL_UP IMX_GPIO_NR(1, 4) macro
587 gpio_request(KEY_VOL_UP, "KEY Volume UP"); in spl_start_uboot()
588 gpio_direction_input(KEY_VOL_UP); in spl_start_uboot()
591 return gpio_get_value(KEY_VOL_UP); in spl_start_uboot()
/u-boot/doc/board/freescale/
A Dmx6sabresd.rst132 - Press KEY_VOL_UP key, power up the board and then SPL binary will launch the kernel directly.

Completed in 3 milliseconds