summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/kindle3/env/init/usbconsole
blob: 87a8f9bf8cf2b9d8f208a09c2f308f469f319307 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Fiveway device select key activates usbserial access for 60s
echo
if gpio_get_value 63; then
	usbserial
	global.autoboot_timeout=60
fi