Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_ram.c52 ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos); in spl_ram_load_image() local
60 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()
Dspl.c127 ulong u_boot_pos = binman_sym(ulong, u_boot_any, pos); in spl_set_header_raw_uboot() local
136 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()
/external/u-boot/tools/binman/
DREADME549 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