From 15b03541076acf1fd01dffc81cc50602c80eb351 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 31 Jan 2010 20:51:00 +0000 Subject: compareboard: - drop all occurences of LOGLEVEL settings. - drop CONFIG_CPU_[VIA|INTEL|AMD] because they're Kconfig only. - re-enable CONFIG_IOAPIC for now, it might need some fixing. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5071 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/compareboard/compareboard | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index 031b5ec668d2..a65d3627a5fa 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -84,10 +84,10 @@ sed \ sed \ -e "/^CONFIG_VENDOR_/ d" \ -e "/^CONFIG_ARCH_POWERPC / d" \ - -e "/^CONFIG_[MAXIMUMDEFAULT]*_CONSOLE_LOGLEVEL_/ d" \ + -e "/^CONFIG_MAXIMUM_CONSOLE_LOGLEVEL/ d" \ + -e "/^CONFIG_DEFAULT_CONSOLE_LOGLEVEL/ d" \ -e "/^CONFIG_COREBOOT_ROMSIZE_/ d" \ -e "/^CONFIG_BOARD_/ d" \ - -e "/^CONFIG_IOAPIC / d" \ -e "/^CONFIG_HAVE_MOVNTI / d" \ -e "/^CONFIG_[NORTHSOUTH]*BRIDGE_/ d" \ -e "/^CONFIG_SUPERIO_/ d" \ @@ -100,6 +100,9 @@ sed \ -e "/^CONFIG_COMPRESSED_PAYLOAD_LZMA / d" \ -e "/^CONFIG_CPU_[A-Z]*_MODEL_/ d" \ -e "/^CONFIG_CPU_[A-Z]*_SOCKET_/ d" \ + -e "/^CONFIG_CPU_AMD_/ d" \ + -e "/^CONFIG_CPU_INTEL_/ d" \ + -e "/^CONFIG_CPU_VIA_/ d" \ -e "/^CONFIG_ROMBASE / d" \ -e "/^CONFIG_ROM_IMAGE_SIZE / d" \ -e "/^CONFIG_STACK_SIZE / d" \ -- cgit v1.2.3