Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BE8AC6FD1D for ; Fri, 17 Mar 2023 10:25:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230281AbjCQKZx (ORCPT ); Fri, 17 Mar 2023 06:25:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229938AbjCQKZt (ORCPT ); Fri, 17 Mar 2023 06:25:49 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 58C9EE4C4A; Fri, 17 Mar 2023 03:25:47 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1pd7HN-0002Ik-03; Fri, 17 Mar 2023 11:25:45 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 94B66C1B05; Fri, 17 Mar 2023 11:23:29 +0100 (CET) Date: Fri, 17 Mar 2023 11:23:29 +0100 From: Thomas Bogendoerfer To: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: sibyte: Remove Sibyte CARMEL and CRHINE board support Message-ID: <20230317102329.GD7054@alpha.franken.de> References: <20230315141202.107168-1-tsbogend@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315141202.107168-1-tsbogend@alpha.franken.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2023 at 03:12:02PM +0100, Thomas Bogendoerfer wrote: > Looks like these boards were nether in active use, so let's remove them. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/Kconfig | 18 ----------- > arch/mips/include/asm/sibyte/board.h | 6 +--- > arch/mips/include/asm/sibyte/carmel.h | 45 --------------------------- > arch/mips/include/asm/sibyte/swarm.h | 5 --- > arch/mips/sibyte/Kconfig | 9 ------ > arch/mips/sibyte/Makefile | 4 --- > arch/mips/sibyte/Platform | 4 --- > arch/mips/sibyte/swarm/setup.c | 6 ---- > 8 files changed, 1 insertion(+), 96 deletions(-) > delete mode 100644 arch/mips/include/asm/sibyte/carmel.h applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]