Home
last modified time | relevance | path

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

/u-boot/common/
A Dupdate.c60 char *saved_netretry, *saved_bootfile; in update_load() local
67 saved_bootfile = strdup(net_boot_file_name); in update_load()
94 if (saved_bootfile != NULL) { in update_load()
95 copy_filename(net_boot_file_name, saved_bootfile, in update_load()
97 free(saved_bootfile); in update_load()

Completed in 3 milliseconds