
On Mon, Jun 7, 2010 at 4:29 AM, Sudhakar Rajashekhara sudhakar.raj@ti.com 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.
Very nice. Thank you, Sudhakar.
Acked-by: Ben Gardiner bengardiner@nanometrics.ca
It applies cleanly to master (9bb3b3d) of git://git.denx.de/u-boot.git and only the da830evm binary has increased in size by the application of this patch:
--- ../davinci-before.out 2010-06-04 09:18:44.130839762 -0400 +++ ../davinci-after.out 2010-06-07 10:09:25.300590587 -0400 @@ -24,8 +24,9 @@ Configuring for davinci_dm6467evm board. 91776 4776 26100 122652 1df1c ./u-boot Configuring for da830evm board... text data bss dec hex filename - 147475 4888 295320 447683 6d4c3 ./u-boot + 147543 4888 295320 447751 6d507 ./u-boot