Re: [U-Boot] [PATCH 02/11] powerpc/85xx: Create a SERDES section in Makefile

2011-01-04 Thread Kumar Gala
On Dec 17, 2010, at 5:33 PM, Kumar Gala wrote: > Created a section in the Makefile for SoC specific SERDES code. Also > added P1013 SERDES (use P1022 SERDES code). > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/Makefile |7 +-- > 1 files changed, 5 insertions(+), 2 delet

[U-Boot] [PATCH 02/11] powerpc/85xx: Create a SERDES section in Makefile

2010-12-17 Thread Kumar Gala
Created a section in the Makefile for SoC specific SERDES code. Also added P1013 SERDES (use P1022 SERDES code). Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/ar