]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/fpga/altera.c
arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
[karo-tx-uboot.git] / drivers / fpga / altera.c
index fd2b4f0103d2e0061cc4f2b975afa18508817305..a5bfe5dce19a3dce36d35053031bfe4bf24c775e 100644 (file)
@@ -37,6 +37,9 @@ static const struct altera_fpga {
        { Altera_StratixII, "StratixII", StratixII_load,
          StratixII_dump, StratixII_info },
 #endif
+#if defined(CONFIG_FPGA_SOCFPGA)
+       { Altera_SoCFPGA, "SoC FPGA", socfpga_load, NULL, NULL },
+#endif
 };
 
 static int altera_validate(Altera_desc *desc, const char *fn)