Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fit.c2047 ulong ovload, ovlen; in boot_get_fdt_fit() local
2128 FIT_LOAD_REQUIRED, &ovload, &ovlen); in boot_get_fdt_fit()
2134 uname, ovload, ovlen); in boot_get_fdt_fit()
2135 ov = map_sysmem(ovload, ovlen); in boot_get_fdt_fit()
2137 base = map_sysmem(load, len + ovlen); in boot_get_fdt_fit()
2138 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()