Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dsplash_source.c309 struct image_header *img_header; in splash_load_fit() local
319 img_header = (struct image_header *)bmp_load_addr; in splash_load_fit()
320 if (image_get_magic(img_header) != FDT_MAGIC) { in splash_load_fit()
325 fit_size = fdt_totalsize(img_header); in splash_load_fit()