From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 410B5C4725D for ; Mon, 22 Jan 2024 12:40:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6A680879BE; Mon, 22 Jan 2024 13:40:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="QU3AMQMe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2961E876E5; Mon, 22 Jan 2024 13:40:34 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6082E8799A for ; Mon, 22 Jan 2024 13:40:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=rogerq@kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0E5EA60B66; Mon, 22 Jan 2024 12:40:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0348BC43390; Mon, 22 Jan 2024 12:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705927225; bh=ZGZko7CjFBBVU3QnHsTTlLMlf4xvStmIZKq/9cvENNw=; h=Date:Subject:To:References:From:In-Reply-To:From; b=QU3AMQMevgfdlKEDUMmPrQZik1jhPxgjeNvSPeyEs3vDiGAfKJuQwGK4YZ7LLbvwn ZJE0vPVLBgkch4IwMS36JB2yxAuMwvYlll/ZTjh4jPP2Rb0Gmgpp8f75oxquwRhRxO /jCxCCtpYH6oGg+c2jXZWTXCNTEupec4tAhR1xB7Zf4KT9KTOtD47UUrK+pcw9UcOR qDDlVr0JIwiJTpTtG/a+j11zKjm8ctkJt5DbbmJfbxiKtOfkfConLz6ZoOuIYVBmrj kgp+a3Ftlyx6P0W2A3iWGCF4mL61MHtVCAHkjuqtmgEMcN7gAHndoxL4AE5ciNE7KG kpAaLyst5+biA== Message-ID: <7c9a845d-1a60-403f-b3c9-1330ad4e3732@kernel.org> Date: Mon, 22 Jan 2024 14:40:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 01/16] arm: mach-k3: Kconfig: Sort SOC_K3 config entries Content-Language: en-US To: Apurva Nandan , Hari Nagalla , Lukasz Majewski , Sean Anderson , Jaehoon Chung , Neha Malcom Francis , Simon Glass , Andrew Davis , Kamlesh Gurudasani , Dasnavis Sabiya , Manorit Chawdhry , Aradhya Bhatia , Bryan Brattlof , Christian Gmeiner , Nishanth Menon , Heinrich Schuchardt , Marcel Ziswiler , Jayesh Choudhary , Ralph Siemsen , Marek Vasut , Rasmus Villemoes , u-boot@lists.denx.de, Sinthu Raja M , Udit Kumar References: <20240119175043.3904751-1-a-nandan@ti.com> <20240119175043.3904751-2-a-nandan@ti.com> From: Roger Quadros In-Reply-To: <20240119175043.3904751-2-a-nandan@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 19/01/2024 19:50, Apurva Nandan wrote: > Sort SOC_K3 config entries in alphabetical order > for clean up. > > Signed-off-by: Apurva Nandan Reviewed-by: Roger Quadros