Re: [U-Boot] [PATCH 1/1] DaVinci: Fix DM365 & DM644X build error

2011-01-20 Thread Paulraj, Sandeep
> > Seems this is already fixed by commit > 51861a953aa10fde5c861ca022f0833f326e3041 which is in u-boot-ti/master, > right? > Yes that is correct I believe. Before my vacation I was getting the entire Davinci series of SOCs compiling as they were broken for various reasons and this is one of th

Re: [U-Boot] [PATCH 1/1] DaVinci: Fix DM365 & DM644X build error

2011-01-20 Thread Albert ARIBAUD
Le 20/01/2011 12:27, Mohammed Afzal a écrit : > DM365& DM644X builds 'davinci_emac_mii_mode_sel()', > which uses 'davinci_syscfg_regs' macro, and the > macro is valid iff CONFIG_SOC_DA8XX is defined. > > Fix: Before compiling 'davinci_emac_mii_mode_sel()', make sure that > CONFIG_SOC_DA8XX is defi

[U-Boot] [PATCH 1/1] DaVinci: Fix DM365 & DM644X build error

2011-01-20 Thread Mohammed Afzal
DM365 & DM644X builds 'davinci_emac_mii_mode_sel()', which uses 'davinci_syscfg_regs' macro, and the macro is valid iff CONFIG_SOC_DA8XX is defined. Fix: Before compiling 'davinci_emac_mii_mode_sel()', make sure that CONFIG_SOC_DA8XX is defined. Signed-off-by: Mohammed Afzal --- board/davinci/c