Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_ram.c54 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_ram_load_image() local
62 debug("u_boot_pos = %lx\n", u_boot_pos); in spl_ram_load_image()
63 if (u_boot_pos == BINMAN_SYM_MISSING) { in spl_ram_load_image()
68 u_boot_pos = (ulong)spl_get_load_buffer(-sizeof(*header), in spl_ram_load_image()
71 header = (struct image_header *)map_sysmem(u_boot_pos, 0); in spl_ram_load_image()
A Dspl.c176 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_set_header_raw_uboot() local
185 if (u_boot_pos && u_boot_pos != BINMAN_SYM_MISSING) { in spl_set_header_raw_uboot()
187 spl_image->entry_point = u_boot_pos; in spl_set_header_raw_uboot()
188 spl_image->load_addr = u_boot_pos; in spl_set_header_raw_uboot()

Completed in 3 milliseconds