public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field
@ 2013-10-22 20:27 Andre Heider
  2013-10-23 16:54 ` Stephen Warren
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andre Heider @ 2013-10-22 20:27 UTC (permalink / raw)
  To: u-boot

Add the missing "right" field to struct bcm2835_mbox_tag_overscan.

Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 arch/arm/include/asm/arch-bcm2835/mbox.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h
index 24abe57..6b806ec 100644
--- a/arch/arm/include/asm/arch-bcm2835/mbox.h
+++ b/arch/arm/include/asm/arch-bcm2835/mbox.h
@@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan {
 			u32 top;
 			u32 bottom;
 			u32 left;
+			u32 right;
 		} resp;
 	} body;
 };
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-09 10:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 20:27 [U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field Andre Heider
2013-10-23 16:54 ` Stephen Warren
2013-10-23 19:46   ` Andre Heider
2013-11-07 13:29     ` Albert ARIBAUD
2013-11-07 21:30       ` Stephen Warren
2013-11-08 12:16         ` Albert ARIBAUD
2013-11-08 12:13 ` Albert ARIBAUD
2013-11-09 10:11 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox