Searched refs:text_offset (Results 1 – 2 of 2) sorted by relevance
21 uint64_t text_offset; /* Image load offset, LE */ member36 uint64_t image_size, text_offset; in booti_setup() local55 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()
24 uint64_t text_offset; /* Image load offset */ member54 *relocated_addr = gd->ram_base + lhdr->text_offset; in booti_setup()
Completed in 12 milliseconds