Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c710 const char *ttypath, *imgpath; in main() local
798 ttypath = argv[optind++]; in main()
800 tty = kwboot_open_tty(ttypath, speed); in main()
802 perror(ttypath); in main()