]> git.sur5r.net Git - u-boot/commit
ARM DaVinci: Changing function names for EMAC driver
authorSandeep Paulraj <s-paulraj@ti.com>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
commitfcaac589a68115819ddadcf5c18ded9a5f9e2c75
tree9c2b32763db364f6265221e7c70977b03448b633
parentfbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
ARM DaVinci: Changing function names for EMAC driver

DM644x is just one of a series of DaVinci chips that use the EMAC driver.
By replacing all the function names that start with dm644x_* to davinci_*
we make these function more portable. I have tested this change on my EVM.
DM6467 is another DaVinci SOC which uses the EMAC driver and i will
be sending patches that add DaVinci DM6467 support to the list soon.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
cpu/arm926ejs/davinci/dp83848.c
cpu/arm926ejs/davinci/ether.c
cpu/arm926ejs/davinci/lxt972.c
lib_arm/board.c
net/eth.c