commit | 339fc55ae56e577311edd2f2171c05309bb2322e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 10 17:16:42 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 08:11:13 2014 +0100 |
tree | 96f1dc13fd9a1a93daf8ae0d17ec3f40f5d57c91 | |
parent | 593f50b8dc480a8106d40598b3324d5d53bf3daa [diff] |
dm: tegra: Avoid using arch-specific memcpy() in SPL The faster functions are not actually available in SPL and the code size likely isn't worth it. Use the normal memcpy() in SPL. Signed-off-by: Simon Glass <sjg@chromium.org>