summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2013-10-22 20:27:20 (GMT)
committerAnatolij Gustschin <agust@denx.de>2013-11-12 08:28:48 (GMT)
commite2788afe672d06d4ee92220c4d7d39a83b4f90ee (patch)
tree7ba146aac64c257e1521ebc35d51dba6a55f5990
parent649acfe149e8a534a17eab54004a51d69b5556ed (diff)
downloadu-boot-fsl-qoriq-e2788afe672d06d4ee92220c4d7d39a83b4f90ee.tar.xz
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>
-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 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;
};