Re: [U-Boot] [PATCH] TI DaVinci: Fix DM6467 EVM Compilation Warning

2009-10-13 Thread Paulraj, Sandeep
> -Original Message- > From: Tom Rix [mailto:t...@bumblecow.com] > Sent: Tuesday, October 13, 2009 9:49 PM > To: Paulraj, Sandeep > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] TI DaVinci: Fix DM6467 EVM Compilation > Warning > > s-paul...@ti.c

Re: [U-Boot] [PATCH] TI DaVinci: Fix DM6467 EVM Compilation Warning

2009-10-13 Thread Tom Rix
s-paul...@ti.com wrote: > From: Sandeep Paulraj > > Due to new TI boards being added to U-Boot, the hardware.h > is getting very messy. The warning being fixed is due to > the EMIF addresses being redefined. > > The long term solution(after 2009.11) to this is to > have SOC specific header files

[U-Boot] [PATCH] TI DaVinci: Fix DM6467 EVM Compilation Warning

2009-10-13 Thread s-paulraj
From: Sandeep Paulraj Due to new TI boards being added to U-Boot, the hardware.h is getting very messy. The warning being fixed is due to the EMIF addresses being redefined. The long term solution(after 2009.11) to this is to have SOC specific header files. Signed-off-by: Sandeep Paulraj ---