diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-05 12:16:01 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-05 12:16:01 +0000 |
commit | 313973d61a930bbc9859a4d09ae3313f955572a1 (patch) | |
tree | ca82e8e6020ba87035131ba7bf65852836c7b364 /src/config/Options.lb | |
parent | f537407e5ae1885a3f434412dd35f5f28f78343f (diff) | |
download | coreboot-313973d61a930bbc9859a4d09ae3313f955572a1.tar.xz |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 5055ac4abd..a564a5dfaa 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -176,7 +176,7 @@ define CONFIG_USE_INIT 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" |