U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ppc/85xx: Added CONFIG_MAX_CPUS for P1020
@ 2009-08-20 13:25 Poonam Aggrwal
  2009-08-20 14:44 ` Kumar Gala
  2009-08-20 15:08 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Poonam Aggrwal @ 2009-08-20 13:25 UTC (permalink / raw)
  To: u-boot


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
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-20 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 13:25 [U-Boot] [PATCH] ppc/85xx: Added CONFIG_MAX_CPUS for P1020 Poonam Aggrwal
2009-08-20 14:44 ` Kumar Gala
2009-08-20 15:08   ` Wolfgang Denk
2009-08-20 15:08 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox