
7 Aug
2009
7 Aug
'09
6:38 p.m.
On Jul 31, 2009, at 1:37 AM, Poonam Aggrwal wrote:
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
- based of u-boot version 2009.08-rc1
- Changes over v1:
Incorporated Wolfgang's comments Makefile | 2 + cpu/mpc85xx/cpu.c | 70 +-------------------------------- cpu/mpc86xx/cpu.c | 32 +--------------- cpu/mpc8xxx/Makefile | 25 ++++++++++++ cpu/mpc8xxx/cpu.c | 106 +++++++++++++++++++++++++++++++++++++++++ +++++++++ 5 files changed, 135 insertions(+), 100 deletions(-) create mode 100644 cpu/mpc8xxx/Makefile create mode 100644 cpu/mpc8xxx/cpu.c
applied to 85xx next
- k