From 29d5cf4eeacab73bb7d87a009010d2281bdeb236 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 13 Jan 2015 10:27:31 +0100 Subject: [PATCH] fpga: Remove BIT_COMPRESSED from fpga.h Compressed bitstreams are full or partial and current fpga command is able to handle compressed bitstreams by default that's why no enum value is needed for it. Signed-off-by: Michal Simek --- include/fpga.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fpga.h b/include/fpga.h index 498104bf429..baf6b19558c 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -46,7 +46,6 @@ typedef struct { /* typedef fpga_desc */ typedef enum { BIT_FULL = 0, BIT_PARTIAL, - BIT_COMPRESSED } bitstream_type; /* root function definitions */ -- 2.47.3