[U-Boot] [PATCH 1/2] socfpga: add missing struct member fifo_triple_byte

dinguyen at opensource.altera.com dinguyen at opensource.altera.com
Wed Nov 26 19:14:32 CET 2014


From: Dinh Nguyen <dinguyen at opensource.altera.com>

socfpga_scan_manager structure was missing a data member.

Signed-off-by: Dinh Nguyen <dinguyen at opensource.altera.com>
Cc: Vince Bridgers <vbridger at opensource.altera.com>
Cc: Chin Liang See <clsee at altera.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Pavel Machek <pavel at denx.de>
Cc: Wolfgang Denk <wd at denx.de>
---
 arch/arm/include/asm/arch-socfpga/scan_manager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/arch-socfpga/scan_manager.h b/arch/arm/include/asm/arch-socfpga/scan_manager.h
index b2686d3..1155fd3 100644
--- a/arch/arm/include/asm/arch-socfpga/scan_manager.h
+++ b/arch/arm/include/asm/arch-socfpga/scan_manager.h
@@ -13,6 +13,7 @@ struct socfpga_scan_manager {
 	u32	padding[2];
 	u32	fifo_single_byte;
 	u32	fifo_double_byte;
+	u32	fifo_triple_byte;
 	u32	fifo_quad_byte;
 };
 
-- 
2.0.3



More information about the U-Boot mailing list