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

leedonghwa dh09.lee at samsung.com
Mon Sep 17 02:42:05 CEST 2012


Dear Piotr,

-----Original Message-----
From: Minkyu Kang [mailto:promsoft at gmail.com] 
Sent: Saturday, September 15, 2012 5:04 PM
To: Piotr Wilczek; Donghwa Lee
Cc: u-boot at lists.denx.de; Kyungmin Park
Subject: Re: [U-Boot] [PATCH 3/6] arm: exynos4: Fix exynos4_fb structure

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;
> --

This patch is out of sync with the latest version of fb.h
Please sync with the latest version.

Thank you.
Donghwa Lee,






More information about the U-Boot mailing list