]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC512x: workaround data corruption for unaligned local bus accesses
authorWolfgang Denk <wd@denx.de>
Mon, 28 Jun 2010 23:33:35 +0000 (01:33 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jun 2010 12:41:37 +0000 (14:41 +0200)
commit4ccd5510e50b5675227a1fe0e5ca099d333f637d
treeb1761f20c0495722e309a848c77cb48265bacdfb
parent482126e27b3dbf0e69a6445da8b94b3551adf05d
MPC512x: workaround data corruption for unaligned local bus accesses

Commit 460c2ce3 "MPC5200: workaround data corruption for unaligned
local bus accesses" fixed the problem for MPC5200 only, but MPC512x is
affected as well, so apply the same fix here, too.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>
arch/powerpc/cpu/mpc5xxx/Makefile
arch/powerpc/lib/Makefile
arch/powerpc/lib/memcpy_mpc5200.c [moved from arch/powerpc/cpu/mpc5xxx/memcpy_mpc5200.c with 100% similarity]