Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c170 int strap_length; member
1969 image_layout.strap_length = (int)(OTP_REGION_SIZE(otp_header->strap_info) / 3); in otp_prog_image()
1970 image_layout.strap_pro = image_layout.strap + image_layout.strap_length; in otp_prog_image()
1971 image_layout.strap_ignore = image_layout.strap + 2 * image_layout.strap_length; in otp_prog_image()