コード例 #1
0
/*******************************************************************************
 * This function returns the list of loadable images.
 ******************************************************************************/
bl_load_info_t *plat_get_bl_image_load_info(void)
{
	/* Required before loading scp_bl2 */
	hikey960_init_ufs();
	hikey960_io_setup();

	return get_bl_load_info_from_mem_params_desc();
}
コード例 #2
0
/*******************************************************************************
 * This function returns the list of loadable images.
 ******************************************************************************/
bl_load_info_t *plat_get_bl_image_load_info(void)
{
	return get_bl_load_info_from_mem_params_desc();
}