From 42ac02e09700b6a029e105e519e13351f0d6eaf2 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 29 Sep 2012 18:45:31 -0500 Subject: 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. (From meta-yocto rev: dd3bbd04919f7cc69141f405ac95d736abddd637) Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- .../target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg | 4 ---- .../target/arch/qemu/recipes-kernel/linux/files/user-config.cfg | 4 ---- 2 files changed, 8 deletions(-) (limited to 'scripts') 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 2ee921bfc4..e69de29bb2 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 2ee921bfc4..e69de29bb2 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 -- cgit v1.2.3-54-g00ecf