
Dear Poonam Aggrwal,
In message 1250774865-20228-1-git-send-email-poonam.aggrwal@freescale.com you wrote:
P2010 - single core variant of P2020 P1011 - Single core variant of P1020
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@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