Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c65 #define OTP_MAGIC "SOCOTP" macro
1955 if (strcmp(OTP_MAGIC, (char *)otp_header->otp_magic) != 0) { in otp_prog_image()