Searched refs:fdt_hack (Results 1 – 1 of 1) sorted by relevance
935 ulong fdt_hack; in spl_load_fit_image() local991 fdt_hack = spl_image->load_addr + spl_image->size; in spl_load_fit_image()992 fdt_hack = (fdt_hack + 3) & ~3; in spl_load_fit_image()994 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len); in spl_load_fit_image()
Completed in 17 milliseconds