From 092c340a2062fa98b7387fc5fd63578ddae7d0b6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 15 Jul 2020 19:40:55 -0400 Subject: [1/4] Remove SH support and all archos targets This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061 --- firmware/asm/thread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/asm/thread.h') diff --git a/firmware/asm/thread.h b/firmware/asm/thread.h index be48095a8c..82edc81deb 100644 --- a/firmware/asm/thread.h +++ b/firmware/asm/thread.h @@ -47,8 +47,6 @@ struct regs #include "arm/thread.h" #elif defined(CPU_COLDFIRE) #include "m68k/thread.h" -#elif CONFIG_CPU == SH7034 - #include "sh/thread.h" #elif defined(CPU_MIPS) #include "mips/thread.h" #endif -- cgit v1.2.3