summaryrefslogtreecommitdiffstats
path: root/src/arch/mips
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2015-03-26 21:32:57 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-03-27 08:14:14 +0100
commit90b994dc76513668c117cea32c47e089d70fafe1 (patch)
tree945604e5cc58f20603d674ab60aa9334e18e1178 /src/arch/mips
parente35e2e7867607520fa242d4f7d1b0b0e96fa959a (diff)
downloadcoreboot-staging-90b994dc76513668c117cea32c47e089d70fafe1.zip
coreboot-staging-90b994dc76513668c117cea32c47e089d70fafe1.tar.gz
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>
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig
index 3d8e2c6..5ee23d3 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
OpenPOWER on IntegriCloud