Searched refs:image_load_offset (Results 1 - 5 of 5) sorted by relevance

/u-boot/common/spl/
H A Dspl_ram.c34 addr += image_load_offset;
59 addr += image_load_offset;
/u-boot/boot/
H A Dimage-pre-load.c19 ulong image_load_offset; variable
356 image_load_offset += header_size;
367 image_load_offset = 0;
H A Dbootm.c142 img_addr += image_load_offset;
/u-boot/cmd/
H A Dbootm.c126 bootm_get_addr(argc, argv) + image_load_offset);
/u-boot/include/
H A Dimage.h51 extern ulong image_load_offset; /* Default Load Address Offset */
1679 * variable image_load_offset to skip this header before

Completed in 63 milliseconds