diff options
| author | Andre Heider <a.heider@gmail.com> | 2013-10-22 22:27:20 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <agust@denx.de> | 2013-11-12 09:28:48 +0100 |
| commit | e2788afe672d06d4ee92220c4d7d39a83b4f90ee (patch) | |
| tree | 7ba146aac64c257e1521ebc35d51dba6a55f5990 /arch/arm/include/asm/arch-bcm2835/mbox.h | |
| parent | 649acfe149e8a534a17eab54004a51d69b5556ed (diff) | |
| download | olio-uboot-2014.01-e2788afe672d06d4ee92220c4d7d39a83b4f90ee.tar.xz olio-uboot-2014.01-e2788afe672d06d4ee92220c4d7d39a83b4f90ee.zip | |
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>
Diffstat (limited to 'arch/arm/include/asm/arch-bcm2835/mbox.h')
| -rw-r--r-- | arch/arm/include/asm/arch-bcm2835/mbox.h | 1 |
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 24abe5795..6b806ec57 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; }; |