Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fit.c2041 ulong ovload, ovlen; in boot_get_fdt_fit() local
2122 FIT_LOAD_REQUIRED, &ovload, &ovlen); in boot_get_fdt_fit()
2128 uname, ovload, ovlen); in boot_get_fdt_fit()
2129 ov = map_sysmem(ovload, ovlen); in boot_get_fdt_fit()
2131 base = map_sysmem(load, len + ovlen); in boot_get_fdt_fit()
2132 err = fdt_open_into(base, base, len + ovlen); in boot_get_fdt_fit()