Lines Matching full:default
60 * @add_curr: current image address (to be used as a possible default)
70 * Address part is optional, and if omitted default add_curr will
87 * @add_curr: current image address (to be used as a possible default)
96 * Address part is optional, and if omitted default add_curr will
409 /* get default configuration unit name from default property */ in fit_print_contents()
412 printf("%s Default Configuration: '%s'\n", p, uname); in fit_print_contents()
1624 * for a default configuration node instead. Default configuration node unit
1647 /* get configuration unit name from the default property */ in fit_conf_get_node()
1648 debug("No configuration specified, trying default...\n"); in fit_conf_get_node()
1656 debug("Found default configuration: '%s'\n", conf_uname); in fit_conf_get_node()
1830 * fit_conf_get_node() will try to find default config node in fit_image_load()