Re: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2010-01-26 Thread Paulraj, Sandeep
> > Every omap3 board config file declared the global variable gpmc_cfg. > This changes moves the declaration to a better location in the > arch dependent header file cpu.h. > > Signed-off-by: Tom Rix > --- > include/asm-arm/arch-omap3/cpu.h |4 > include/configs/devkit8000.h |

Re: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2009-12-17 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rix > Sent: Tuesday, November 17, 2009 2:20 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg. > > Every

[U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2009-11-16 Thread Tom Rix
Every omap3 board config file declared the global variable gpmc_cfg. This changes moves the declaration to a better location in the arch dependent header file cpu.h. Signed-off-by: Tom Rix --- include/asm-arm/arch-omap3/cpu.h |4 include/configs/devkit8000.h |1 - include/config