[U-Boot] [v2][PATCH 1/2]Refactored common cpu specific code for 85xx/86xx into one file.

Kumar Gala kumar.gala at freescale.com
Fri Aug 7 18:38:54 CEST 2009


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 at 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


More information about the U-Boot mailing list