Author: stepan Date: 2009-12-17 19:47:50 +0100 (Thu, 17 Dec 2009) New Revision: 4981
Removed: trunk/targets/momentum/ Modified: trunk/src/config/Options.lb trunk/util/compareboard/compareboard Log: Make "KBuild report" a bit happier - drop some unused options from "newconfig" - filter some Kconfig only options from the report - drop targets directory of a non existent mainboard.
(trivial) Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/config/Options.lb =================================================================== --- trunk/src/config/Options.lb 2009-12-17 09:42:30 UTC (rev 4980) +++ trunk/src/config/Options.lb 2009-12-17 18:47:50 UTC (rev 4981) @@ -264,12 +264,6 @@ export always comment "Hardware reset vector address" end -define CONFIG_EXCEPTION_VECTORS - default {CONFIG_ROMBASE+0x100} - format "0x%x" - export always - comment "Address of exception vector table" -end define CONFIG_STACK_SIZE default 0x2000 format "0x%x" @@ -845,11 +839,6 @@ export used comment "Implement udelay with the x86 Local APIC" end -define CONFIG_FAKE_SPDROM - default 0 - export always - comment "Use this to fake spd rom values" -end
define CONFIG_GENERATE_ACPI_TABLES default 0
Modified: trunk/util/compareboard/compareboard =================================================================== --- trunk/util/compareboard/compareboard 2009-12-17 09:42:30 UTC (rev 4980) +++ trunk/util/compareboard/compareboard 2009-12-17 18:47:50 UTC (rev 4981) @@ -84,6 +84,9 @@ -e "/^CONFIG_STACK_SIZE / d" \ -e "/^CONFIG_GDB_STUB / d" \ -e "/^CONFIG_VIDEO_MB / d" \ + -e "/^CONFIG_EXPERT / d" \ + -e "/^CONFIG_VGA_BIOS / d" \ + -e "/^CONFIG_WARNINGS_ARE_ERRORS / d" \ $A/new > $A/new.filtered
normalize $A/old.filtered > $A/old.normalized