]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Fri, 31 Jul 2009 06:37:45 +0000 (12:07 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:38 +0000 (17:12 -0500)
commit18bacc2027f8531d8dec15ba8da3242dfb4e63f3
tree3ec828cff5d1a0ff47bcd0daf90c4f5cc564ae2c
parent7b18c227b847e4782eb1492219ebd555f521b08b
8xxx: Refactored common cpu specific code for 85xx/86xx into one file.

Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c
and moved to cpu/mpc8xxx/cpu.c(new file)

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Makefile
cpu/mpc85xx/cpu.c
cpu/mpc86xx/cpu.c
cpu/mpc8xxx/Makefile [new file with mode: 0644]
cpu/mpc8xxx/cpu.c [new file with mode: 0644]