diff options
Diffstat (limited to 'util/compareboard')
-rwxr-xr-x | util/compareboard/compareboard | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index 7fb7e5e458..ce16317835 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -103,8 +103,12 @@ sed \ -e "/^CONFIG_GDB_STUB / d" \ -e "/^CONFIG_VIDEO_MB / d" \ -e "/^CONFIG_EXPERT / d" \ + -e "/^CONFIG_SSE / d" \ -e "/^CONFIG_VGA_BIOS / d" \ -e "/^CONFIG_WARNINGS_ARE_ERRORS / d" \ + -e "/^CONFIG_TINY_BOOTBLOCK / d" \ + -e "/^CONFIG_BOOTBLOCK_NORTHBRIDGE_INIT / d" \ + -e "/^CONFIG_BOOTBLOCK_SOUTHBRIDGE_INIT / d" \ $A/new > $A/new.filtered normalize $A/old.filtered > $A/old.normalized |