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>
This commit is contained in:
parent
e35e2e7867
commit
90b994dc76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue