Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfit_image.c207 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
240 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
/openbmc/u-boot/common/
H A Dimage-fit.c701 data = fdt_getprop(fit, noffset, FIT_ARCH_PROP, &len); in fit_image_get_arch()
703 fit_get_debug(fit, noffset, FIT_ARCH_PROP, len); in fit_image_get_arch()
/openbmc/u-boot/include/
H A Dimage.h945 #define FIT_ARCH_PROP "arch" macro