]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
da830: Move common code out of da830evm.c file
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>
Mon, 7 Jun 2010 07:09:59 +0000 (12:39 +0530)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 10 Jun 2010 16:04:32 +0000 (12:04 -0400)
commit9d79956029ec379e7137948ba3a7debbea61325f
tree507ad69a7762340004628f1a8163a426116275b4
parent5246d01edd8935e04cdf79a5b9a03874509a31b1
da830: Move common code out of da830evm.c file

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 <sudhakar.raj@ti.com>
Acked-by: Nick Thompson <nick.thompson@ge.com>
Acked-by: Ben Gardiner <bengardiner@nanometrics.ca>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/davinci/da830evm/Makefile
board/davinci/da830evm/common.c [new file with mode: 0644]
board/davinci/da830evm/common.h [new file with mode: 0644]
board/davinci/da830evm/da830evm.c