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
This commit is contained in:
parent
f537407e5a
commit
313973d61a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue