mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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…
Add table
Reference in a new issue