Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c709 uint8_t ih_arch; in spl_internal_load_simple_fit() local
884 fit_image_get_arch(fit, node, &ih_arch); in spl_internal_load_simple_fit()
885 debug("Image ARCH is %s\n", genimg_get_arch_name(ih_arch)); in spl_internal_load_simple_fit()
886 if (ih_arch == IH_ARCH_ARM) in spl_internal_load_simple_fit()
/rk3399_rockchip-uboot/include/
H A Dimage.h320 uint8_t ih_arch; /* CPU architecture */ member