From a4dd07b75b4824c77a7f5af8d83f437ece2af794 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 10 Nov 2006 14:34:51 +0000 Subject: [PATCH] kconfig: don't use linux config files Signed-off-by: Segher Boessenkool Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@44 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/scripts/kconfig/confdata.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/kconfig/confdata.c b/src/scripts/kconfig/confdata.c index 604bdce991..7bd44b9de1 100644 --- a/src/scripts/kconfig/confdata.c +++ b/src/scripts/kconfig/confdata.c @@ -26,10 +26,6 @@ const char conf_defname[] = "arch/$ARCH/defconfig"; const char *conf_confnames[] = { ".config", - "/lib/modules/$UNAME_RELEASE/.config", - "/etc/kernel-config", - "/boot/config-$UNAME_RELEASE", - conf_defname, NULL, };