]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/altera.c
sunxi: musb: Fix some lo speed devices not working with musb host
[u-boot] / 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)