Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfpga.h24 #define FPGA_NO_ENC_OR_NO_AUTH 2 macro
/external/u-boot/cmd/
Dfpga.c98 if (fpga_sec_info.authflag >= FPGA_NO_ENC_OR_NO_AUTH && in do_fpga_loads()
99 fpga_sec_info.encflag >= FPGA_NO_ENC_OR_NO_AUTH) { in do_fpga_loads()