Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfpga.h24 #define FPGA_NO_ENC_OR_NO_AUTH 2 macro
/openbmc/u-boot/cmd/
H A Dfpga.c96 if (fpga_sec_info.authflag >= FPGA_NO_ENC_OR_NO_AUTH && in do_fpga_loads()
97 fpga_sec_info.encflag >= FPGA_NO_ENC_OR_NO_AUTH) { in do_fpga_loads()