summaryrefslogtreecommitdiffstats
path: root/include/fpga.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2015-12-09 18:46:42 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:54 +0100
commitddbcf8f2c2d1be734c91948a0c1b676a5eb5087f (patch)
tree97dda9b3767a53ac055a765764491217e8d8e71b /include/fpga.h
parentf72132673a01216e760864e442f168977cce2bd2 (diff)
downloadblackbird-obmc-uboot-ddbcf8f2c2d1be734c91948a0c1b676a5eb5087f.tar.gz
blackbird-obmc-uboot-ddbcf8f2c2d1be734c91948a0c1b676a5eb5087f.zip
fpga: Add bitstream type BIT_NONE
Add bitstream type BIT_NONE to the bitstream type enum. This might be useful while loading bitstreams in respective drivers. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/fpga.h')
-rw-r--r--include/fpga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fpga.h b/include/fpga.h
index e0d12981b2..d768fb1417 100644
--- a/include/fpga.h
+++ b/include/fpga.h
@@ -46,6 +46,7 @@ typedef struct { /* typedef fpga_desc */
typedef enum {
BIT_FULL = 0,
BIT_PARTIAL,
+ BIT_NONE = 0xFF,
} bitstream_type;
/* root function definitions */
OpenPOWER on IntegriCloud