From: Michal Simek Date: Tue, 13 Jan 2015 09:27:31 +0000 (+0100) Subject: fpga: Remove BIT_COMPRESSED from fpga.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29d5cf4eeacab73bb7d87a009010d2281bdeb236;p=thirdparty%2Fu-boot.git 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 --- 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 */