]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
fpga: Remove BIT_COMPRESSED from fpga.h
authorMichal Simek <michal.simek@xilinx.com>
Tue, 13 Jan 2015 09:27:31 +0000 (10:27 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Jan 2015 08:44:13 +0000 (09:44 +0100)
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 <michal.simek@xilinx.com>
include/fpga.h

index 498104bf429ee0fe6fef692822d6ffad7065bffe..baf6b19558c0c3f7c976da13575d3ed5d116dc1d 100644 (file)
@@ -46,7 +46,6 @@ typedef struct {                /* typedef fpga_desc */
 typedef enum {
        BIT_FULL = 0,
        BIT_PARTIAL,
-       BIT_COMPRESSED
 } bitstream_type;
 
 /* root function definitions */