Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimx8mimage.c15 static char *ap_img, *sld_img, *signed_hdmi; variable
101 signed_hdmi = token; in parse_cfg_cmd()
410 if (signed_hdmi) { in build_image()
413 hdmi_fd = open(signed_hdmi, O_RDONLY | O_BINARY); in build_image()
416 signed_hdmi, strerror(errno)); in build_image()
422 signed_hdmi, strerror(errno)); in build_image()
513 if (signed_hdmi) { in build_image()
522 copy_file(ofd, signed_hdmi, 0, header_hdmi_off, 0x400); in build_image()
566 if (!signed_hdmi) in build_image()
571 if (signed_hdmi) { in build_image()