drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3

anymore so this ugly hack is no longer needed.
 
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-01-19 21:13:44 +00:00
committed by Stefan Reinauer
parent d5663bac2c
commit 8ed1b6d2dc
20 changed files with 2 additions and 120 deletions

View File

@@ -115,14 +115,6 @@ config HEAP_SIZE
hex
default 0x4000
config COREBOOT_V2
bool
default y
config COREBOOT_V4
bool
default y
config DEBUG
bool
default n

View File

@@ -176,12 +176,6 @@ define CONFIG_USE_INIT
comment "Use stage 1 initialization code"
end
define CONFIG_COREBOOT_V2
default 1
export always
comment "This is used by code to determine v2 vs v3"
end
###############################################
# ROM image options
###############################################