Re: [U-Boot] [PATCH] ppc/85xx: Simplify the top makefile for P1_P2_RDB boards

2009-09-10 Thread Scott Wood
Kumar Gala wrote: > diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h > index 2a2b9ac..f987f7a 100644 > --- a/include/configs/P2020DS.h > +++ b/include/configs/P2020DS.h > @@ -27,6 +27,10 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > +#ifdef CONFIG_MK_P2020DS_36BIT > +#defin

[U-Boot] [PATCH] ppc/85xx: Simplify the top makefile for P1_P2_RDB boards

2009-09-10 Thread Kumar Gala
Signed-off-by: Kumar Gala --- Makefile| 22 -- include/configs/P1_P2_RDB.h | 13 + 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index a3d6734..508defe 100644 --- a/Makefile +++ b/Makefile @@ -2520,25 +