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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C1F7C433F5 for ; Sun, 10 Oct 2021 14:18:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9B92F6109E for ; Sun, 10 Oct 2021 14:18:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9B92F6109E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E772183712; Sun, 10 Oct 2021 16:17:18 +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="PXQW1dOd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 25136836A7; Sun, 10 Oct 2021 16:15:33 +0200 (CEST) Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) (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 ADD2F836D1 for ; Sun, 10 Oct 2021 16:15:19 +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-ot1-x32a.google.com with SMTP id p6-20020a9d7446000000b0054e6bb223f3so3433857otk.3 for ; Sun, 10 Oct 2021 07:15:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Pyt2hBxiO1in0zZ80GudHvoYxrlJhuVk4lovn5s1tcs=; b=PXQW1dOd/9fB3WBalxLA8nz6LjlIk6USLbPpVp/qcJA1ICNwC2JQRAqWalK7HyxTwV +L9Dw6I/qk2LGPKhU391hP9OuVbHjDBMMb8uVEREW9jVC61mW4+KBOPo81lcladX9hq4 +gE0NvYSkxVD74ikfA9vYTy6DjGLo6NnyOxAI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Pyt2hBxiO1in0zZ80GudHvoYxrlJhuVk4lovn5s1tcs=; b=tGnFXlheilw4FtnX6r8lm1q6tfJOxyghEeklrUzFj1zhK7QcdMG8YIONzOJncjX9P/ PWNgokBjeVIjC3NcgzHYpOFt+5a0/2VeVM2VynuKj7CZJeAbObPPiRVtz33IXkSiiyAF GtswhSIb++inuyI2ian39hhoo2uJps3ul3EfMAbNIVy58jQvLJS/+OKxumQnsLxqe4QM zGHVghX5qYikbUfCsTEOIGgH6FmbpGYyNH3/mFU9MGwX7zCSd+jGaTPMOOSP3Nzvsvv8 Vq9J3YxHp1i7EoUl9JV1EdJ37z+5bz8QeD359oTeoUwSD4jr14W+UYJCw5Gxx7nZrKRd HFvQ== X-Gm-Message-State: AOAM530cr7CPfScHV9Q6/wtlhNUU4J0yiOPc8K1osGGcvM3PZ1DRRIPy Zouvjsvj15PE3A3BjmWY6lqlonwGFHJ+Lj+OR+8NqQ== X-Google-Smtp-Source: ABdhPJx7yB9VJZmFuEPb9GEskESjNysG8WQqWAGUEIfwTEYPNWWKXmWIbJimZ4rUx0sTGUNgUOQZvJ93ARdhKnpCxHs= X-Received: by 2002:a9d:17c5:: with SMTP id j63mr17458569otj.191.1633875318072; Sun, 10 Oct 2021 07:15:18 -0700 (PDT) MIME-Version: 1.0 References: <20211001050228.55183-1-takahiro.akashi@linaro.org> <20211001050228.55183-27-takahiro.akashi@linaro.org> In-Reply-To: <20211001050228.55183-27-takahiro.akashi@linaro.org> From: Simon Glass Date: Sun, 10 Oct 2021 08:14:20 -0600 Message-ID: Subject: Re: [RFC 13/22] efi_loader: remove !CONFIG_BLK code from efi_disk To: AKASHI Takahiro Cc: Heinrich Schuchardt , Alex Graf , Ilias Apalodimas , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On Thu, 30 Sept 2021 at 23:04, AKASHI Takahiro wrote: > > The change in this patch will probably have been covered by other guy's patch. > > Signed-off-by: AKASHI Takahiro > --- > lib/efi_loader/efi_disk.c | 49 --------------------------------------- > 1 file changed, 49 deletions(-) > Reviewed-by: Simon Glass