projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649acfe
)
ARM: bcm2835: add missing mbox overscan response field
author
Andre Heider
<a.heider@gmail.com>
Tue, 22 Oct 2013 20:27:20 +0000
(22:27 +0200)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-bcm2835/mbox.h
b/arch/arm/include/asm/arch-bcm2835/mbox.h
index 24abe57959ebed90f17122ce788927766bb3885a..6b806ec57f705063595f7dda9e3b5992075e8f9d 100644
(file)
--- 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;
};