]> code.ossystems Code Review - meta-freescale.git/commitdiff
update the kernel defconfig for non-smp targets
authorZhenhua Luo <b19537@freescale.com>
Fri, 9 Dec 2011 08:20:40 +0000 (08:20 +0000)
committerMatthew McClintock <msm@freescale.com>
Fri, 9 Dec 2011 02:29:00 +0000 (20:29 -0600)
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/conf/machine/mpc8536ds.conf
meta-fsl-ppc/conf/machine/mpc8548cds.conf
meta-fsl-ppc/conf/machine/p1010rdb.conf

index 02170cb93ce8fe8e584fabb4e6693bf712d90ba4..171233b293f1035be6c7476de362dacff4b0047a 100644 (file)
@@ -6,4 +6,4 @@ require e500v2.inc
 
 UBOOT_MACHINES = "MPC8536DS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
index 738f9831346b3f7aa3c4b7489e82136db92743c3..22cc55822bdaa430676aa428992b7dd2705e7ab4 100644 (file)
@@ -6,4 +6,4 @@ require e500v2.inc
 
 UBOOT_MACHINES = "MPC8548CDS"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
index 726d212254be19f8f24cef360ce20be5255cb1a1..693eed12022f536ca2659f143fafab6e69a78142 100644 (file)
@@ -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"