summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-19 21:13:44 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-19 21:13:44 +0000
commit8ed1b6d2dc16b25334dff13033843b8c7f125f83 (patch)
treebe5210211a638873f15592bd7babfea6dcf80961 /src
parentd5663bac2c6b2cea2f8c5fa4bd972517325af13b (diff)
downloadcoreboot-staging-8ed1b6d2dc16b25334dff13033843b8c7f125f83.zip
coreboot-staging-8ed1b6d2dc16b25334dff13033843b8c7f125f83.tar.gz
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
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig8
-rw-r--r--src/config/Options.lb6
2 files changed, 0 insertions, 14 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 20a1a13..a7d9cfb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -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
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 613111a..9af3daf 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -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
###############################################
OpenPOWER on IntegriCloud