Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dupdate.c56 char *saved_netretry, *saved_bootfile; in update_load() local
63 saved_bootfile = strdup(net_boot_file_name); in update_load()
90 if (saved_bootfile != NULL) { in update_load()
91 copy_filename(net_boot_file_name, saved_bootfile, in update_load()
93 free(saved_bootfile); in update_load()