Home
last modified time | relevance | path

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

/arch/arm/lib/
A Dimage.c21 uint64_t text_offset; /* Image load offset, LE */ member
36 uint64_t image_size, text_offset; in booti_setup() local
55 text_offset = 0x80000; in booti_setup()
58 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
70 dst = image - text_offset; in booti_setup()
74 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/arch/riscv/lib/
A Dimage.c24 uint64_t text_offset; /* Image load offset */ member
54 *relocated_addr = gd->ram_base + lhdr->text_offset; in booti_setup()

Completed in 13 milliseconds