Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c216 static u8 *get_2nd_stage_bl_location(ulong target_addr) in get_2nd_stage_bl_location() argument
222 addr = target_addr; in get_2nd_stage_bl_location()
397 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local
412 target_addr = *(u32 *)(buf + ESDHC_BOOT_IMAGE_TARGET_OFS); in compute_second_stage_hash()
415 load_addr = get_2nd_stage_bl_location(target_addr); in compute_second_stage_hash()
416 if (load_addr == (u8 *)target_addr) in compute_second_stage_hash()