]> git.sur5r.net Git - u-boot/commit
onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
authorWolfgang Denk <wd@denx.de>
Thu, 1 May 2008 19:30:16 +0000 (21:30 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 1 May 2008 19:30:16 +0000 (21:30 +0200)
commitd2c6fbec4397c936b18cd42482b6973cd6781bdf
tree5a274e3d944e2fb9a8d1b287fc24a2bbd2990eff
parent12bc4e94251c369c529ffa505cf58b148c372f7f
onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts

Onenand needs a version of memcpy() which performs 16 bit accesses
only; make sure the name does not conflict with the standard
function.

Signed-off-by: Wolfgang Denk <wd@denx.de>
drivers/mtd/onenand/onenand_base.c