Author: oxygene Date: 2009-08-05 14:16:01 +0200 (Wed, 05 Aug 2009) New Revision: 4496
Modified: trunk/coreboot-v2/src/config/Options.lb Log: Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2 and adapt its user (x86emu) to match.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: trunk/coreboot-v2/src/config/Options.lb =================================================================== --- trunk/coreboot-v2/src/config/Options.lb 2009-08-05 11:57:43 UTC (rev 4495) +++ trunk/coreboot-v2/src/config/Options.lb 2009-08-05 12:16:01 UTC (rev 4496) @@ -176,7 +176,7 @@ comment "Use stage 1 initialization code" end
-define COREBOOT_V2 +define CONFIG_COREBOOT_V2 default 1 export always comment "This is used by code to determine v2 vs v3"