From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5731F360ED8 for ; Mon, 1 Jun 2026 06:38:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780295920; cv=none; b=QXtGj68fr8rEJdwFQxZz3t9O3feDPawljQ2mk5PTLux7aGvUjt5pDLU1VB4aWjw+PJ2Vcs9Ysq4N8diNRMViHpmsUED71cXJhGsshgI0GpBSE8kou4vCCqwZ7Mtf0kzCS6TB2QmmJF3spXXLCgbbhOCHxBJPwQqsDgQ/XYqu1pc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780295920; c=relaxed/simple; bh=BWJlIbNwTL2OX7c/gb9opjXkLlErXXfeBejSqcptabE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=J6AQF5PAmGhJckIP1JP7kfGiN91aJhXW/SY3PEa6BTr4qdFB5eb3oPtdo/U+cSxBlJaTx4G3EwPyuFZOO3+eb9btQqfCsx5212u4S50/uaNGApnWUWKqQQU6L3oWVg/cu1vKeO9OiBVp7k4763keQ/VGeEpcn1LiKe0q5E14h4w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=auC+lupW; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="auC+lupW" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 8FB09C6247C; Mon, 1 Jun 2026 06:38:38 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id A761D602AB; Mon, 1 Jun 2026 06:38:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0544110888CD5; Mon, 1 Jun 2026 08:38:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1780295916; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=hKs6AUeq9WOwt2hpXLAT4tJphlsnE2LMUBd+nVvwWs0=; b=auC+lupWuS8GhPyQlNi7w45/CzhD1MjdgPxIHg9F5a8sl4htUESoji6GxHIL1+GWBiY4jf nSMCJshn6jxQSpKRynBaZmTp4O4CtE/4HEX7GINAH7vX+DN7A0K25s8WXRq57N3Lvy/WzH l9tF3z4L8kN4lWKxUnSUSEf/KRzOmsRj3gTA68y+WJH8wa/IEpjqABuCaFKBFOLvwB3Fa6 MP4yKN3HIwHOLvj8oeN0yQl7G6hb8ujCUwGCZ9CU0cwj+PYOxOt/y9U8RHHZgoTjuE3A8r WJ7dcdEw1v7VAzEHyekcCbT9S3rmZo4JvU9xP2YXGa8HFCX+EIbgRJ74Imo5zg== From: Gregory CLEMENT To: Ethan Nelson-Moore , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Russell King , Ethan Nelson-Moore , Andrew Lunn , Sebastian Hesselbarth Subject: Re: [PATCH] arm: mvebu_v5_defconfig: remove stale MACH_LINKSTATION_LSCHL reference In-Reply-To: <20260509022744.40063-1-enelsonmoore@gmail.com> References: <20260509022744.40063-1-enelsonmoore@gmail.com> Date: Mon, 01 Jun 2026 08:38:33 +0200 Message-ID: <878q8y22ae.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Ethan Nelson-Moore writes: > The legacy board file for MACH_LINKSTATION_LSCHL was removed in > commit ecfe69639157 ("ARM: orion5x: remove legacy support of ls-chl") > after it was converted to DT booting, but a reference to it remained in > mvebu_v5_defconfig. Drop this unused code. > > Signed-off-by: Ethan Nelson-Moore Applied on mvebu/arm Thanks, Gregory > --- > arch/arm/configs/mvebu_v5_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu= _v5_defconfig > index d1742a7cae6a..c42e2a4f8bc1 100644 > --- a/arch/arm/configs/mvebu_v5_defconfig > +++ b/arch/arm/configs/mvebu_v5_defconfig > @@ -15,7 +15,6 @@ CONFIG_MACH_DNS323=3Dy > CONFIG_MACH_TS209=3Dy > CONFIG_MACH_TERASTATION_PRO2=3Dy > CONFIG_MACH_LINKSTATION_PRO=3Dy > -CONFIG_MACH_LINKSTATION_LSCHL=3Dy > CONFIG_MACH_LINKSTATION_MINI=3Dy > CONFIG_MACH_TS409=3Dy > CONFIG_MACH_TS78XX=3Dy > --=20 > 2.43.0 > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com