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 D1B62C00144 for ; Mon, 1 Aug 2022 15:49:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 23D3784007; Mon, 1 Aug 2022 17:49:14 +0200 (CEST) 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="qoZOnLZ2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7000F83FA1; Mon, 1 Aug 2022 17:49:12 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 51EFB84007 for ; Mon, 1 Aug 2022 17:49:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 02B1260BBF; Mon, 1 Aug 2022 15:49:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 918C3C433D6; Mon, 1 Aug 2022 15:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659368947; bh=Xf0IUAMVukJyRmd7V3VTGtLu+sVMG/EsFKBg47D4vdA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qoZOnLZ2e6DIXdOQIr7hbl2spp4kAjjLlptWtq9gEvlQkzlytudyGhwAiXyPIoi/a s3sDOtE/Z5bhUw+iO9sXNztepBgOuBq6g3E7/jebLAdN/eC22K5JHD1jKeszH+iLDw hvFtN3XEqi7aAPeZSbC+TlCUCBXpd14Hx1v/RMUqafJ5w6/O2dRHQIeLo7OtgIlK0P aAOJV+1ACh5RIxlcqJq4s93nnxZkuJDvsQNpQ793vs5lJ0ApHxyz/TalaJ66veZNiC uBY/GcnQlGvcfC2d2TBQFcnbPPqekkA2qXKK+B7kkSoQ2FaD7BYabXQDyMjn31Y90I dO5qGAh1tsiUg== Date: Mon, 1 Aug 2022 17:49:03 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH 1/2] arm: mvebu: turris_omnia: Show MCU type in show_board_info() Message-ID: <20220801174903.5a7a899c@dellmb> In-Reply-To: <20220729112907.8207-1-pali@kernel.org> References: <20220729112907.8207-1-pali@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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.6 at phobos.denx.de X-Virus-Status: Clean On Fri, 29 Jul 2022 13:29:06 +0200 Pali Roh=C3=A1r wrote: > Different Turris Omnia HW board revisions contains different MCU. > Show type in show_board_info() to easily identify which MCU is populated. >=20 > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn