Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c132 static void(*bl2_entry)(void); variable
432 bl2_entry = (void(*)(void))exec_entry; in compute_second_stage_hash()
443 bl2_entry = NULL; in compute_second_stage_hash()
1004 if (bl2_entry) in first_stage_init()
1005 (*bl2_entry)(); in first_stage_init()