Re: [U-Boot] [PATCH] da830: Move common code out of da830evm.c file

2010-04-26 Thread Nick Thompson
On 21/04/10 12:58, Sudhakar Rajashekhara wrote: > TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 > in many aspects. So instead of repeating the same code in > multiple files, move the common code to a different file > and call those functions from the respective da830/da850 > files. >

[U-Boot] [PATCH] da830: Move common code out of da830evm.c file

2010-04-21 Thread Sudhakar Rajashekhara
TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file and call those functions from the respective da830/da850 files. Signed-off-by: Sudhakar Rajashekhara --- board/davinci/co