summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-03-28 16:01:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-03-29 22:38:53 +0200
commit99f1a61a421adc51eec4acf1509214479e8859e9 (patch)
tree6db304d985211522dd127a83553ecea7cf0f927f /src
parent0d06b2dee9912feb55f14100f9520ab242161059 (diff)
downloadcoreboot-99f1a61a421adc51eec4acf1509214479e8859e9.tar.xz
mips: add verstage configuration
Change-Id: I79b4969c34500fd51b1ce2ad751bc0723ee0afa2 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/9147 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/arch/mips/Kconfig4
-rw-r--r--src/cpu/mips/Kconfig1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig
index 5ee23d37c0..5c0fc5c0e8 100644
--- a/src/arch/mips/Kconfig
+++ b/src/arch/mips/Kconfig
@@ -24,6 +24,10 @@ config ARCH_BOOTBLOCK_MIPS
default n
select ARCH_MIPS
+config ARCH_VERSTAGE_MIPS
+ bool
+ default n
+
config ARCH_ROMSTAGE_MIPS
bool
default n
diff --git a/src/cpu/mips/Kconfig b/src/cpu/mips/Kconfig
index 45079776fb..093a1f0a52 100644
--- a/src/cpu/mips/Kconfig
+++ b/src/cpu/mips/Kconfig
@@ -22,6 +22,7 @@
config CPU_MIPS
bool
select ARCH_BOOTBLOCK_MIPS
+ select ARCH_VERSTAGE_MIPS
select ARCH_ROMSTAGE_MIPS
select ARCH_RAMSTAGE_MIPS