[U-Boot] [PATCH] ppc/85xx: Added CONFIG_MAX_CPUS for P1020

Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org --- applies on http://git.denx.de/u-boot-mpc85xx.git branch->next include/asm-ppc/config.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/asm-ppc/config.h b/include/asm-ppc/config.h index fd7961c..fb9c20e 100644 --- a/include/asm-ppc/config.h +++ b/include/asm-ppc/config.h @@ -38,8 +38,8 @@ #endif #endif
-#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) \ - || defined(CONFIG_MPC8641) +#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) || \ + defined(CONFIG_P1020) || defined(CONFIG_MPC8641) #define CONFIG_MAX_CPUS 2 #else #define CONFIG_MAX_CPUS 1

On Aug 20, 2009, at 8:25 AM, Poonam Aggrwal wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next include/asm-ppc/config.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
On Aug 18, 2009, at 2:37 AM, Mingkai Hu wrote:
Signed-off-by: Mingkai Hu Mingkai.hu@freescale.com
cpu/mpc85xx/cpu_init.c | 5 +++-- include/asm-ppc/immap_85xx.h | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-)
applied to 85xx next
- k

Dear Kumar Gala,
In message FCDB5298-302A-4FF8-B528-0DA78A7D64E1@kernel.crashing.org you wrote:
On Aug 20, 2009, at 8:25 AM, Poonam Aggrwal wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next include/asm-ppc/config.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
On Aug 18, 2009, at 2:37 AM, Mingkai Hu wrote:
Signed-off-by: Mingkai Hu Mingkai.hu@freescale.com
cpu/mpc85xx/cpu_init.c | 5 +++-- include/asm-ppc/immap_85xx.h | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-)
applied to 85xx next
Not so fast, please. Please undo.
Best regards,
Wolfgang Denk

Dear Poonam Aggrwal,
In message 1250774735-20130-1-git-send-email-poonam.aggrwal@freescale.com you wrote:
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
applies on http://git.denx.de/u-boot-mpc85xx.git branch->next include/asm-ppc/config.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/asm-ppc/config.h b/include/asm-ppc/config.h index fd7961c..fb9c20e 100644 --- a/include/asm-ppc/config.h +++ b/include/asm-ppc/config.h @@ -38,8 +38,8 @@ #endif #endif
-#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) \
- || defined(CONFIG_MPC8641)
+#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) || \
- defined(CONFIG_P1020) || defined(CONFIG_MPC8641)
Please keep the list sorted. Thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Kumar Gala
-
Poonam Aggrwal
-
Wolfgang Denk