Lines Matching full:update
13 #error "CONFIG_FIT and CONFIG_OF_LIBFDT are required for auto-update feature"
28 /* env variable holding the location of the update file */
65 /* set timeouts for auto-update */ in update_load()
72 /* download the update file */ in update_load()
254 printf("Auto-update from TFTP: "); in update_tftp()
256 /* get the file name of the update file */ in update_tftp()
264 printf("trying update file '%s'\n", filename); in update_tftp()
266 /* get load address of downloaded update file */ in update_tftp()
276 printf("Can't load update file, aborting auto-update\n"); in update_tftp()
284 printf("Bad FIT format of the update file, aborting " in update_tftp()
285 "auto-update\n"); in update_tftp()
299 printf("Processing update '%s' :", fit_image_name); in update_tftp()
302 printf("Error: invalid update hash, aborting\n"); in update_tftp()
310 printf("Error: can't get update parameteres, " in update_tftp()
319 printf("Error: can't flash update, aborting\n"); in update_tftp()