Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmkenvimage.c71 const char *txt_filename = NULL, *bin_filename = NULL; in main() local
179 txt_filename = argv[optind]; in main()
180 txt_fd = open(txt_filename, O_RDONLY); in main()
183 txt_filename, strerror(errno)); in main()
190 txt_filename, strerror(errno)); in main()