[U-Boot] [PATCH] Devkit8000: Switch over to	enable_gpmc_cs_config
    Tom Rini 
    tom.rini at gmail.com
       
    Wed Dec  7 18:14:08 CET 2011
    
    
  
On Wed, Dec 7, 2011 at 2:38 AM, Thomas Weber <weber at corscience.de> wrote:
> Use enable_gpmc_cs_config instead of local writing
> timing configuration for GPMC.
>
> Signed-off-by: Thomas Weber <weber at corscience.de>
> ---
>  board/timll/devkit8000/devkit8000.c |   19 ++++++++++++-------
>  1 files changed, 12 insertions(+), 7 deletions(-)
>
> diff --git a/board/timll/devkit8000/devkit8000.c b/board/timll/devkit8000/devkit8000.c
> index bcadfc4..dd46c35 100644
> --- a/board/timll/devkit8000/devkit8000.c
> +++ b/board/timll/devkit8000/devkit8000.c
> @@ -48,6 +48,16 @@
>
>  DECLARE_GLOBAL_DATA_PTR;
>
> +static u32 gpmc_net_config[GPMC_MAX_REG] = {
> +       NET_GPMC_CONFIG1,
> +       NET_GPMC_CONFIG2,
> +       NET_GPMC_CONFIG3,
> +       NET_GPMC_CONFIG4,
> +       NET_GPMC_CONFIG5,
> +       NET_GPMC_CONFIG6,
> +       NET_GPMC_CONFIG7,
> +};
Value 7 is computed in enable_gpmc_cs_config() so it should be a 0 in
the struct (or just a comment for clarity, I've seen both I think).
-- 
Tom
    
    
More information about the U-Boot
mailing list