diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-03-26 21:32:57 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-27 08:14:14 +0100 |
commit | 90b994dc76513668c117cea32c47e089d70fafe1 (patch) | |
tree | 945604e5cc58f20603d674ab60aa9334e18e1178 | |
parent | e35e2e7867607520fa242d4f7d1b0b0e96fa959a (diff) | |
download | coreboot-90b994dc76513668c117cea32c47e089d70fafe1.tar.xz |
mips: Remove superfluous menu entry
Change-Id: Iaf8167839f8506bd2ab08c2ba9f8317ba2437f28
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reported-by: Paul Menzel
Reviewed-on: http://review.coreboot.org/9054
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
-rw-r--r-- | src/arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig index 3d8e2c6bac..5ee23d37c0 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -19,8 +19,6 @@ # MA 02110-1301 USA # -menu "Architecture (mips)" - config ARCH_BOOTBLOCK_MIPS bool default n @@ -33,5 +31,3 @@ config ARCH_ROMSTAGE_MIPS config ARCH_RAMSTAGE_MIPS bool default n - -endmenu |