mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
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>
This commit is contained in:
parent
649acfe149
commit
e2788afe67
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan {
|
|||
u32 top;
|
||||
u32 bottom;
|
||||
u32 left;
|
||||
u32 right;
|
||||
} resp;
|
||||
} body;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue