]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: bcm2835: add missing mbox overscan response field
authorAndre Heider <a.heider@gmail.com>
Tue, 22 Oct 2013 20:27:20 +0000 (22:27 +0200)
committerAnatolij Gustschin <agust@denx.de>
Tue, 12 Nov 2013 08:28:48 +0000 (09:28 +0100)
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>
arch/arm/include/asm/arch-bcm2835/mbox.h

index 24abe57959ebed90f17122ce788927766bb3885a..6b806ec57f705063595f7dda9e3b5992075e8f9d 100644 (file)
@@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan {
                        u32 top;
                        u32 bottom;
                        u32 left;
+                       u32 right;
                } resp;
        } body;
 };