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

/u-boot/cmd/mvebu/
H A Dbubt.c1038 unsigned int otp_boot_device = (maj3(otp_secure_bits >> 48) << 0) | local
1051 unsigned int otp_boot_device = (otp_secure_bits >> 8) & 0x7; local
1088 } else if (otp_boot_device && otp_boot_device != id) {
1090 if (boot_modes[secure_mode].id == otp_boot_device)

Completed in 41 milliseconds