]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Consolidate the ECC support of 83xx
authorDave Liu <r63238@freescale.com>
Wed, 1 Aug 2007 07:00:15 +0000 (15:00 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 10 Aug 2007 06:13:11 +0000 (01:13 -0500)
commitdaab8c67d2defef73dc26ab07f0c3afd1b05d019
tree01a759ed1aadf2d7a222292de55394ea7cfcdc1c
parent036575c544cf1b69654d8fb334bda69c6ff3da36
mpc83xx: Consolidate the ECC support of 83xx

Remove the duplicated source code of ecc command on the <board>.c,
for reused, move these code to cpu/mpc83xx directory.

Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/mpc8349emds/mpc8349emds.c
board/mpc8360emds/mpc8360emds.c
cpu/mpc83xx/Makefile
cpu/mpc83xx/ecc.c [new file with mode: 0644]