diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-10-17 20:25:05 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-10-17 20:25:05 +0200 | 
| commit | cacc342d5aa311673efdc05770cb53246dd41c9f (patch) | |
| tree | 628ad99e5ea23c3f6ae6f728167056001bd16847 /include/fpga.h | |
| parent | 5641f34f8b83b3dcb64ba5f6c0f83d2204c41387 (diff) | |
| parent | 59e0d611ad0418245e9600b50bf1374a725c95b6 (diff) | |
| download | olio-uboot-2014.01-cacc342d5aa311673efdc05770cb53246dd41c9f.tar.xz olio-uboot-2014.01-cacc342d5aa311673efdc05770cb53246dd41c9f.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/fpga.h')
| -rw-r--r-- | include/fpga.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/fpga.h b/include/fpga.h index 84d7b9fc1..ac24f2b27 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -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 */ |