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/arch/mips | |
parent | 0d06b2dee9912feb55f14100f9520ab242161059 (diff) | |
download | coreboot-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/arch/mips')
-rw-r--r-- | src/arch/mips/Kconfig | 4 |
1 files changed, 4 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 |