Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dloader-fit.c273 int itb_size, configs, cfg_off, off; in load_fit() local
289 cfg_off = -FDT_ERR_NOTFOUND; in load_fit()
296 cfg_off = off; in load_fit()
304 if (cfg_off >= 0) { in load_fit()
310 if (cfg_off < 0) { in load_fit()
314 cfg_off = fdt_path_offset(itb, path); in load_fit()
318 if (cfg_off < 0) { in load_fit()
320 ret = cfg_off; in load_fit()
324 ret = fit_load_kernel(ldr, itb, cfg_off, opaque, &kernel_end, &err); in load_fit()
330 ret = fit_load_fdt(ldr, itb, cfg_off, opaque, match_data, kernel_end, pfdt, in load_fit()