HomeSort by relevance Sort by last modified time
    Searched refs:fit_uname (Results 1 - 4 of 4) sorted by null

  /external/u-boot/cmd/
source.c 26 source (ulong addr, const char *fit_uname)
90 if (fit_uname == NULL) {
102 noffset = fit_image_get_node (fit_hdr, fit_uname);
104 printf ("Can't find '%s' FIT subimage\n", fit_uname);
146 const char *fit_uname = NULL; local
153 } else if (fit_parse_subimage (argv[1], load_addr, &addr, &fit_uname)) {
155 fit_uname, addr);
163 rcode = source (addr, fit_uname);
fpga.c 51 const char *fit_uname = NULL; local
113 &fit_addr, &fit_uname)) {
116 fit_uname);
138 &fit_addr, &fit_uname)) {
141 fit_uname);
295 if (fit_uname == NULL) {
307 fit_uname);
310 fit_uname);
  /external/u-boot/common/
image-fit.c 1789 const char *fit_uname; local
2034 const char *fit_uname = NULL; local
    [all...]
  /external/u-boot/include/
common.h 128 int source (ulong addr, const char *fit_uname);

Completed in 67 milliseconds