diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-03-28 16:01:14 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-29 22:38:53 +0200 |
commit | 99f1a61a421adc51eec4acf1509214479e8859e9 (patch) | |
tree | 6db304d985211522dd127a83553ecea7cf0f927f /src/cpu/mips | |
parent | 0d06b2dee9912feb55f14100f9520ab242161059 (diff) |
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/cpu/mips')
-rw-r--r-- | src/cpu/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |