[U-Boot] [PATCH 2/3] fpga: Add bitstream type BIT_NONE

Michal Simek michal.simek at xilinx.com
Thu Jan 14 14:35:52 CET 2016


From: Siva Durga Prasad Paladugu <siva.durga.paladugu at xilinx.com>

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 at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 include/fpga.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/fpga.h b/include/fpga.h
index e0d12981b283..d768fb14171a 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 */
-- 
1.9.1



More information about the U-Boot mailing list