From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 8 Nov 2013 13:13:52 +0100 Subject: [U-Boot] [PATCH 1/2] ARM: bcm2835: add missing mbox overscan response field In-Reply-To: <1382473641-20614-1-git-send-email-a.heider@gmail.com> References: <1382473641-20614-1-git-send-email-a.heider@gmail.com> Message-ID: <20131108131352.779e6655@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andre, On Tue, 22 Oct 2013 22:27:20 +0200, Andre Heider wrote: > Add the missing "right" field to struct bcm2835_mbox_tag_overscan. > > Signed-off-by: Andre Heider > --- > 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; > }; Acked-by: Albert ARIBAUD Amicalement, -- Albert.