From: Andre Heider Date: Tue, 22 Oct 2013 20:27:20 +0000 (+0200) Subject: ARM: bcm2835: add missing mbox overscan response field X-Git-Tag: v2014.01-rc1~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2788afe672d06d4ee92220c4d7d39a83b4f90ee;p=u-boot ARM: bcm2835: add missing mbox overscan response field Add the missing "right" field to struct bcm2835_mbox_tag_overscan. Signed-off-by: Andre Heider Acked-by: Stephen Warren Acked-by: Albert ARIBAUD --- diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h index 24abe57959..6b806ec57f 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; };