diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 8 | ||||
-rw-r--r-- | src/config/Options.lb | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/Kconfig b/src/Kconfig index 20a1a13f6b..a7d9cfb49a 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 613111a3a2..9af3daf93d 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 ############################################### |