Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard_k2g.c369 void board_pmmc_image_process(ulong pmmc_image, size_t pmmc_size) in board_pmmc_image_process() argument
377 ret = rproc_load(id, pmmc_image, pmmc_size); in board_pmmc_image_process()
379 id, pmmc_image, pmmc_size, ret ? " Failed!" : " Success!"); in board_pmmc_image_process()