projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f721326
)
fpga: Add bitstream type BIT_NONE
author
Siva Durga Prasad Paladugu
<siva.durga.paladugu@xilinx.com>
Wed, 9 Dec 2015 13:16:42 +0000
(18:46 +0530)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:54 +0000
(15:55 +0100)
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>
include/fpga.h
patch
|
blob
|
history
diff --git
a/include/fpga.h
b/include/fpga.h
index e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda..d768fb14171af5744b799e9e81f65e03ca95e6ab 100644
(file)
--- 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 */