Searched refs:dt_len (Results 1 - 1 of 1) sorted by relevance

/u-boot/common/spl/
H A Dspl_fit.c864 ulong fw_len = 0, dt_len = 0, img_len = 0; local
911 -1, FIT_LOAD_OPTIONAL, &dt_data, &dt_len);
920 memcpy((void *)fdt_hack, spl_image->fdt_addr, dt_len);

Completed in 44 milliseconds