Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage.c1318 struct fit_loadable_tbl *fit_loadable_handler = in fit_loadable_process() local
1321 for (i = 0; i < count; i++, fit_loadable_handler++) in fit_loadable_process()
1323 if (fit_loadable_handler->type == img_type) in fit_loadable_process()
1325 fit_loadable_handler->handler(img_data, img_len); in fit_loadable_process()