[U-Boot] [PATCH 3/6] arm: exynos4: Fix exynos4_fb structure

Minkyu Kang promsoft at gmail.com
Sat Sep 15 10:03:37 CEST 2012


Dear Donghwa,

On 13 September 2012 16:45, Piotr Wilczek <p.wilczek at samsung.com> wrote:
> Signed-off-by: Piotr Wilczek <p.wilczek at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> CC: Minkyu Kang <mk7.kang at samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/fb.h |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-exynos/fb.h b/arch/arm/include/asm/arch-exynos/fb.h
> index b10b0da..f7c6d76 100644
> --- a/arch/arm/include/asm/arch-exynos/fb.h
> +++ b/arch/arm/include/asm/arch-exynos/fb.h
> @@ -103,7 +103,7 @@ struct exynos4_fb {
>
>         unsigned int vidintcon0;
>         unsigned int vidintcon1;
> -       unsigned int res9[1];
> +       unsigned int res9[2];
>
>         unsigned int w1keycon0;
>         unsigned int w1keycon1;
> @@ -120,14 +120,14 @@ struct exynos4_fb {
>         unsigned int w4keyalpha;
>
>         unsigned int dithmode;
> -       unsigned int res10[2];
> +       unsigned int res10[3];
>
>         unsigned int win0map;
>         unsigned int win1map;
>         unsigned int win2map;
>         unsigned int win3map;
>         unsigned int win4map;
> -       unsigned int res11[1];
> +       unsigned int res11[2];
>
>         unsigned int wpalcon_h;
>         unsigned int wpalcon_l;
> @@ -141,7 +141,7 @@ struct exynos4_fb {
>         unsigned int i80ifconb1;
>
>         unsigned int colorgaincon;
> -       unsigned int res13[2];
> +       unsigned int res13[3];
>
>         unsigned int ldi_cmdcon0;
>         unsigned int ldi_cmdcon1;
> --

Please check it.

Thanks.
Minkyu Kang.
-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list