Searched refs:u_boot_pos (Results 1 – 3 of 3) sorted by relevance
52 ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos); in spl_ram_load_image() local60 debug("u_boot_pos = %lx\n", u_boot_pos); in spl_ram_load_image()61 if (u_boot_pos == BINMAN_SYM_MISSING) { in spl_ram_load_image()66 u_boot_pos = CONFIG_SYS_TEXT_BASE - in spl_ram_load_image()69 header = (struct image_header *)map_sysmem(u_boot_pos, 0); in spl_ram_load_image()
127 ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos); in spl_set_header_raw_uboot() local136 if (u_boot_pos && u_boot_pos != BINMAN_SYM_MISSING) { in spl_set_header_raw_uboot()138 spl_image->entry_point = u_boot_pos; in spl_set_header_raw_uboot()139 spl_image->load_addr = u_boot_pos; in spl_set_header_raw_uboot()
549 ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos);551 Thus u_boot_pos will be set to the position of U-Boot in memory, assuming that