Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c175 ulong comp_addr, load_addr, load_ptr; in spl_load_fit_image() local
221 load_ptr = (comp_addr + align_len) & ~align_len; in spl_load_fit_image()
223 if ((load_ptr < CONFIG_SYS_SDRAM_BASE) || in spl_load_fit_image()
224 (load_ptr >= CONFIG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE)) in spl_load_fit_image()
225 load_ptr = (ulong)memalign(ARCH_DMA_MINALIGN, len); in spl_load_fit_image()
234 nr_sectors, (void *)load_ptr) != nr_sectors) in spl_load_fit_image()
238 load_ptr, offset, (unsigned long)length); in spl_load_fit_image()
239 src = (void *)load_ptr + overhead; in spl_load_fit_image()