From c32e80d604c4a637c5fe80aa3dfd965df1312dc9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 14 Dec 2015 17:39:02 -0800 Subject: Drop src/cpu/ indirection for MIPS Change-Id: I406166e650e07851ab1b293450fa29da8af075d9 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/12724 Tested-by: build bot (Jenkins) Reviewed-by: Vadim Bendebury --- src/soc/imgtec/pistachio/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/soc/imgtec') diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 2e28174329..5ea6b95107 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -15,7 +15,10 @@ # config CPU_IMGTEC_PISTACHIO - select CPU_MIPS + select ARCH_BOOTBLOCK_MIPS + select ARCH_VERSTAGE_MIPS + select ARCH_ROMSTAGE_MIPS + select ARCH_RAMSTAGE_MIPS select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL -- cgit v1.2.3