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 E44F8C04A95 for ; Sun, 25 Sep 2022 13:31:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A9F1584955; Sun, 25 Sep 2022 15:31:10 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664112670; bh=qxJkTMIpeWGEMguB+weXsaOA53pt70vq8Rs2bkhBbV0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=W1breRlPKTTExQ/7H4PFXt8IoTWJ2Qp7cViF16wZ/Btnc7hxhQyXAGFhon45bp/ij a5Eb1/U7zZDBOG6DOWP8APvcG7CBQzck4n/hlVy8ZZLhOp3om3SJBh8eMCfmQqaciS ePfXYX06GGmtotmEIiNLXE+XGbvt4jYlmxNxR5AEIU5/FY1YpjDuEMQQk6ACQdHG3r C1zoSKfMe7MYcs1ZPjF657Xlo45/WRzgkVPROvIpKm50WmxuPOgZU++Bzfvf86XN1w KCiooTpTjjoh15PVKBGgzbx1SDEE6a5BEzV7MV7SgEUrocUbM7D8veLFHrkYbyVlVj F2HiiA0YzWMgg== Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 7AEB38492C; Sun, 25 Sep 2022 15:31:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664112668; bh=qxJkTMIpeWGEMguB+weXsaOA53pt70vq8Rs2bkhBbV0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GTg35gzeeDgBF6/QZ2eUg3HlG57rTMEEuku7e96jFsBa0I8LOfYE8wPlweGvb9NE1 nXgwGJ/2nIzjHdblLY43ooOLTA01iVpy7TkgJgYTQeRfR2u5V0Mgr8TnUha7EhDOmv mglUKtPvFvS8wcm14432FUwvP3eWDN10ju5PueWRGu5/RklviKSlb69NVsxMZBu83j 8jVg3T830hBUSbz6pnQ0bOKHP3lqtfBINuAgiCLydf6GLWxGhWId71SO4YxrFDCImt yXRccpo4dM9Y22cqxvzonodRXKK2ZnHUnrqCr6fPb3QXGTJKnpGcfbWS8HHlidWkOo lcsOltJ7GAVMw== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 25 Sep 2022 10:31:08 -0300 From: Fabio Estevam To: Michal Suchanek Cc: u-boot@lists.denx.de, Heinrich Schuchardt , Simon Glass Subject: Re: [PATCH] dm: doc: Fix serial howto u-boot,dm-pre-reloc typo In-Reply-To: <20220925132847.6731-1-msuchanek@suse.de> References: <20220925132847.6731-1-msuchanek@suse.de> Message-ID: X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 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 Hi Michal, On 25/09/2022 10:28, Michal Suchanek wrote: > In a couple of places the document says u-boot,pre-reloc but all > examples show u-boot,dm-pre-reloc, use the latter consistently. > > Signed-off-by: Michal Suchanek Reviewed-by: Fabio Estevam