diff options
Diffstat (limited to 'util')
-rwxr-xr-x | util/compareboard/compareboard | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/compareboard/compareboard b/util/compareboard/compareboard index ce16317835..8ccbca19d1 100755 --- a/util/compareboard/compareboard +++ b/util/compareboard/compareboard @@ -107,6 +107,7 @@ sed \ -e "/^CONFIG_VGA_BIOS / d" \ -e "/^CONFIG_WARNINGS_ARE_ERRORS / d" \ -e "/^CONFIG_TINY_BOOTBLOCK / d" \ + -e "/^CONFIG_BIG_BOOTBLOCK / d" \ -e "/^CONFIG_BOOTBLOCK_NORTHBRIDGE_INIT / d" \ -e "/^CONFIG_BOOTBLOCK_SOUTHBRIDGE_INIT / d" \ $A/new > $A/new.filtered |