From dd3bbd04919f7cc69141f405ac95d736abddd637 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 29 Sep 2012 18:45:31 -0500 Subject: [PATCH] yocto-bsp: remove 'test' options from user-config.cfg A couple bsp templates have some options that were used for testing but aren't needed for any other reason - remove them. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- .../arch/powerpc/recipes-kernel/linux/files/user-config.cfg | 4 ---- .../arch/qemu/recipes-kernel/linux/files/user-config.cfg | 4 ---- 2 files changed, 8 deletions(-) diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg index 2ee921bfc41..e69de29bb2d 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg @@ -1,4 +0,0 @@ -CONFIG_FTRACE_SYSCALLS=y -CONFIG_SCHED_TRACER=y -CONFIG_IRQSOFF_TRACER=y -CONFIG_PREEMPT_TRACER=y diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg index 2ee921bfc41..e69de29bb2d 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg @@ -1,4 +0,0 @@ -CONFIG_FTRACE_SYSCALLS=y -CONFIG_SCHED_TRACER=y -CONFIG_IRQSOFF_TRACER=y -CONFIG_PREEMPT_TRACER=y -- 2.47.3