[U-Boot] [PATCH] ppc/85xx: Added single core members of FSL P1 P2 processors series
Wolfgang Denk
wd at denx.de
Thu Aug 20 17:09:57 CEST 2009
Dear Poonam Aggrwal,
In message <1250774865-20228-1-git-send-email-poonam.aggrwal at freescale.com> you wrote:
> P2010 - single core variant of P2020
> P1011 - Single core variant of P1020
>
> Signed-off-by: Poonam Aggrwal <poonam.aggrwal at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> - applies on git.denx.de/u-boot-mpc85xx.git branch->next
> cpu/mpc85xx/Makefile | 2 ++
> cpu/mpc8xxx/cpu.c | 4 ++++
> drivers/misc/fsl_law.c | 3 ++-
> include/asm-ppc/processor.h | 4 ++++
> 4 files changed, 12 insertions(+), 1 deletions(-)
>
> diff --git a/cpu/mpc85xx/Makefile b/cpu/mpc85xx/Makefile
> index 1477eac..df5a177 100644
> --- a/cpu/mpc85xx/Makefile
> +++ b/cpu/mpc85xx/Makefile
> @@ -50,7 +50,9 @@ COBJS-$(CONFIG_MPC8572) += ddr-gen3.o
> COBJS-$(CONFIG_MPC8536) += ddr-gen3.o
> COBJS-$(CONFIG_MPC8569) += ddr-gen3.o
> COBJS-$(CONFIG_P2020) += ddr-gen3.o
> +COBJS-$(CONFIG_P2010) += ddr-gen3.o
> COBJS-$(CONFIG_P1020) += ddr-gen3.o
> +COBJS-$(CONFIG_P1011) += ddr-gen3.o
Please keep all such lists sorted.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In the strict scientific sense we all feed on death -- even
vegetarians.
-- Spock, "Wolf in the Fold", stardate 3615.4
More information about the U-Boot
mailing list