]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fpga.h
km/common: implement setboardid command
[karo-tx-uboot.git] / include / fpga.h
index a48b89b3c5f1e37d24d74d205128fbf952ea22bc..ac24f2b27395ccc658adacbe1d7a6ad9d2246032 100644 (file)
@@ -61,6 +61,7 @@ typedef enum {                        /* typedef fpga_type */
        fpga_min_type,          /* range check value */
        fpga_xilinx,            /* Xilinx Family) */
        fpga_altera,            /* unimplemented */
+       fpga_lattice,           /* Lattice family */
        fpga_undefined          /* invalid range check value */
 } fpga_type;                   /* end, typedef fpga_type */
 
@@ -71,7 +72,7 @@ typedef struct {              /* typedef fpga_desc */
 
 
 /* root function definitions */
-extern void fpga_init( ulong reloc_off );
+extern void fpga_init( void );
 extern int fpga_add( fpga_type devtype, void *desc );
 extern int fpga_count( void );
 extern int fpga_load( int devnum, void *buf, size_t bsize );