commit | d7024b6481196746e6900121c1b8436b98078af2 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu May 01 21:30:16 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 01 21:30:16 2008 +0200 |
tree | 5a274e3d944e2fb9a8d1b287fc24a2bbd2990eff | |
parent | b71e5e7e50e27b339e6f682d55c9a97bf539a3b9 [diff] |
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>