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 5E661C433EF for ; Thu, 14 Apr 2022 08:22:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3939083B44; Thu, 14 Apr 2022 10:22:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.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=linaro.org header.i=@linaro.org header.b="sPHKgWev"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F1AA283BE5; Thu, 14 Apr 2022 10:21:59 +0200 (CEST) Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) (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 36B8E83B3A for ; Thu, 14 Apr 2022 10:21:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=takahiro.akashi@linaro.org Received: by mail-pl1-x62f.google.com with SMTP id n8so4080392plh.1 for ; Thu, 14 Apr 2022 01:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=KwVD19GZ0u7OzGIlG4clpCedY44NDKe6Ba6c2U8/UdQ=; b=sPHKgWev1Ql2mgrDwiD7aOFjrg4fueLM8lKLn9VKOc5fAxdAXT9ELXFnJaa7M8kofu dHKDJFKLSAmNgUfdZBNYyFkvx582oeLDNmKpj0LudMGRBFUsPMTUSlnBvtpZ0dR9xJds pTHqr1+gumrHBx9YfyC82Pg8YlIqIx/I0ic3e2ejMWdBn4Awlt2gtlELrWL37NKmHC00 OKKe2KRuWT0pPKTv/5Ljv+PGVWPB3Xmitf2wUsaPNbaSXGDhIwXO5mXzWk1AqGOQDNqt IjsY5i2+zPdK49YkF/TrpwdfsDfCJ/tuuTwT0PhJBmypFcKxuuV2YP/OyaSr7+NMKuTW BjbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=KwVD19GZ0u7OzGIlG4clpCedY44NDKe6Ba6c2U8/UdQ=; b=g90dv12koDQK7g/06Ws2IpgoF8IwDK84FcQWEmC38+GWZWkvoxuU15nhFEXhiwierk XRe0xN+q5Pxu0NifdjWYK0wX/aHHaV5lx8+3DpvePo0wrzKRvBghJn2rl9OoIDuvG/E2 1ltdgnogF9TAZDdoKsV/8s13LG22htJ3WIBoXoT7KfaP+u4OPycZCXIKRPAG3dai3Evu 0VFHi50FL4BiHiFTYieCM/Hp05wa/TWLYNK9u/AQO/Oarr82uwMK3m4Rx8BKKv8f6I6j EUo/GdSJv7P9w6P14UXTeB5is9sQeaASrsXfse9Lo/QwromG59gD0pefyJTS+iVfWtFB 5RqA== X-Gm-Message-State: AOAM5307WBMxaelQ4fjVMnJidgLu/xupRmzwsH7knIbf4PTFELCR7b22 ZjRb6H5WKmfoQVPnrnzT+aRBdA== X-Google-Smtp-Source: ABdhPJxtIN5/lMWg+DylXtHqZJGZnq42lBH8z03Rj4v9QBsAsU43jY86q/eVnOOUpwJuT12vP7zThg== X-Received: by 2002:a17:902:cf02:b0:14f:e0c2:1514 with SMTP id i2-20020a170902cf0200b0014fe0c21514mr45904408plg.90.1649924515491; Thu, 14 Apr 2022 01:21:55 -0700 (PDT) Received: from laputa ([2400:4050:c3e1:100:71b6:233e:407:5693]) by smtp.gmail.com with ESMTPSA id bd17-20020a056a00279100b0050824e84050sm1304232pfb.147.2022.04.14.01.21.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Apr 2022 01:21:55 -0700 (PDT) Date: Thu, 14 Apr 2022 17:21:52 +0900 From: AKASHI Takahiro To: Simon Glass Cc: U-Boot Mailing List , Tom Rini Subject: Re: [PATCH v7 09/15] disk: Correct the conditions for SPL Message-ID: <20220414082152.GE32435@laputa> Mail-Followup-To: AKASHI Takahiro , Simon Glass , U-Boot Mailing List , Tom Rini References: <20220228141657.1388834-1-sjg@chromium.org> <20220228141657.1388834-3-sjg@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220228141657.1388834-3-sjg@chromium.org> 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Simon, On Mon, Feb 28, 2022 at 07:16:51AM -0700, Simon Glass wrote: > These filesystems may have different settings for SPL and TPL. Use the > correct Makefile variable to handle this. > > Signed-off-by: Simon Glass > --- > > Changes in v7: > - Add new patch to correct the conditions for SPL > > disk/Makefile | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/disk/Makefile b/disk/Makefile > index 6ce5a687b3..83f5af6069 100644 > --- a/disk/Makefile > +++ b/disk/Makefile > @@ -6,8 +6,8 @@ > #ccflags-y += -DET_DEBUG -DDEBUG > > obj-$(CONFIG_PARTITIONS) += part.o > -obj-$(CONFIG_$(SPL_)MAC_PARTITION) += part_mac.o > -obj-$(CONFIG_$(SPL_)DOS_PARTITION) += part_dos.o > -obj-$(CONFIG_$(SPL_)ISO_PARTITION) += part_iso.o > -obj-$(CONFIG_$(SPL_)AMIGA_PARTITION) += part_amiga.o > -obj-$(CONFIG_$(SPL_)EFI_PARTITION) += part_efi.o > +obj-$(CONFIG_$(SPL_TPL_)MAC_PARTITION) += part_mac.o > +obj-$(CONFIG_$(SPL_TPL_)DOS_PARTITION) += part_dos.o > +obj-$(CONFIG_$(SPL_TPL_)ISO_PARTITION) += part_iso.o > +obj-$(CONFIG_$(SPL_TPL_)AMIGA_PARTITION) += part_amiga.o > +obj-$(CONFIG_$(SPL_TPL_)EFI_PARTITION) += part_efi.o While none of CONFIG_TPL_xxx_PARTITION is defined, how do those rules work for TPL? -Takahiro Akashi > -- > 2.35.1.574.g5d30c73bfb-goog >