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 1CFC0C04A95 for ; Wed, 28 Sep 2022 10:21:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 22DD284BE8; Wed, 28 Sep 2022 12:21:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="cqv0P7r6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 12AF184954; Wed, 28 Sep 2022 12:21:01 +0200 (CEST) Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 41E2184AC9 for ; Wed, 28 Sep 2022 12:20:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-wm1-x335.google.com with SMTP id e18so8212745wmq.3 for ; Wed, 28 Sep 2022 03:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=uleVPRVTiLyFhLMNa8PsEF8DVVUqxgxfNN7XUSq+hkU=; b=cqv0P7r6Fb1HruZr2avhDW7ee24HKvXjFaPFzofYekXJSwHnBGlCssXL8bLlwpePxt 3FO0N0svnVlQxR3a3+9qpmRvKwGsHx4K7+IO7rJ9YNLX1maqLIUotQarkevHzhEllBeM YGe+Cv3L++DPdfIxduhBG4iYMi4CqHpPPBrbY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=uleVPRVTiLyFhLMNa8PsEF8DVVUqxgxfNN7XUSq+hkU=; b=yrK9B3OPfYPVRCb43gjJNztFM4WJpXqM9rgXM+WuJE7D0eFOeIi/Cy3HfONkOF+pwC jW+z/3WrsSqqfM9/sDJ3bOMKNeKb/ddO1QP+oETu6mxfZvWlv00OlcCJ1s5JXWEntIqM BSvLVqfvLTF4vuaYBSFkiiKaY1vTUhbHigU8DuZiOiaUlNjufe9/HhPMXK/FC68fhUWM qfnk/6X41weQdHL+BpyTFK8HVJTu+ffTuEZyI0VGQbf63jjfhvwjRDIicB1FEHmXgN+h +aMIFtCGOu0pmBSShb1TK0+ZWugN0qdAEnPNaLC9Mu+ctlULpgW1yJDZLJxWCgx4PWn0 HYpg== X-Gm-Message-State: ACrzQf2aHLDWpEpXHM+ZP4kIda66fq7Q+X7/efBgpRb0k0kg0L1Z7YNo UHuwaiJIuIjOAP/LGMdkjWJsI47Onla4Cy5X7a4i1g== X-Google-Smtp-Source: AMsMyM5yKpemLCeKuC4FQU+1P1vs/lf9lZPoEtbvsBBv4WmoXlwCl7gOy4e9ninDSctYrgQKmao1VXiSGRsurn0nHvc= X-Received: by 2002:a05:600c:154e:b0:3b4:bf17:32fc with SMTP id f14-20020a05600c154e00b003b4bf1732fcmr6269948wmg.70.1664360456992; Wed, 28 Sep 2022 03:20:56 -0700 (PDT) MIME-Version: 1.0 References: <20220925132847.6731-1-msuchanek@suse.de> In-Reply-To: From: Simon Glass Date: Wed, 28 Sep 2022 04:20:43 -0600 Message-ID: Subject: Re: [PATCH] dm: doc: Fix serial howto u-boot,dm-pre-reloc typo To: Fabio Estevam Cc: Michal Suchanek , U-Boot Mailing List , Heinrich Schuchardt Content-Type: text/plain; charset="UTF-8" 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 Sun, 25 Sept 2022 at 07:31, Fabio Estevam wrote: > > 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 Reviewed-by: Simon Glass