Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fit.c782 uint64_t load64 = 0; in fit_image_get_address() local
798 load64 = (load64 << 32) | uimage_to_cpu(*cell); in fit_image_get_address()
801 *load = (ulong)load64; in fit_image_get_address()