All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig
@ 2011-12-08 22:04 Bob Cochran
  2011-12-09  2:31 ` McClintock Matthew-B29882
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Cochran @ 2011-12-08 22:04 UTC (permalink / raw)
  To: yocto; +Cc: McClintock Matthew-B29882

P1010 is a single core processor, don't use SMP for defconfig

Should we get a meta-fsl-ppc mail list going?

Signed-off-by: Robert Cochran<yocto@mindchasers.com>
---
  conf/machine/p1010rdb.conf |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 726d212..693eed1 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -6,4 +6,4 @@ require e500v2.inc

  UBOOT_MACHINES = "P1010RDB_NAND"
  KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
--
1.7.1


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

end of thread, other threads:[~2011-12-09  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 22:04 [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig Bob Cochran
2011-12-09  2:31 ` McClintock Matthew-B29882

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.