HomeSort by relevance Sort by last modified time
    Searched defs:image_addr (Results 1 - 2 of 2) sorted by null

  /external/u-boot/common/
bootm.c 207 ulong image_addr; local
210 ret = booti_setup(images.os.image_start, &image_addr,
216 images.os.load = image_addr;
217 images.ep = image_addr;
  /external/u-boot/board/gdsys/p1022/
controlcenterd-id.c 1022 ulong image_addr; local
1062 image_addr = (ulong)get_image_location();
1065 if (fs_read(image_path, image_addr, 0, 0, &image_size) < 0)
1080 if (check_hmac(hmac_blob, (u8 *)image_addr, image_size)) {

Completed in 1155 milliseconds