summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2013-10-22 22:27:20 +0200
committerAnatolij Gustschin <agust@denx.de>2013-11-12 09:28:48 +0100
commite2788afe672d06d4ee92220c4d7d39a83b4f90ee (patch)
tree7ba146aac64c257e1521ebc35d51dba6a55f5990 /arch/arm/include/asm
parent649acfe149e8a534a17eab54004a51d69b5556ed (diff)
downloadtalos-obmc-uboot-e2788afe672d06d4ee92220c4d7d39a83b4f90ee.tar.gz
talos-obmc-uboot-e2788afe672d06d4ee92220c4d7d39a83b4f90ee.zip
ARM: bcm2835: add missing mbox overscan response field
Add the missing "right" field to struct bcm2835_mbox_tag_overscan. Signed-off-by: Andre Heider <a.heider@gmail.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-bcm2835/mbox.h1
1 files changed, 1 insertions, 0 deletions
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;
};
OpenPOWER on IntegriCloud