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 9E031C433F5 for ; Mon, 31 Jan 2022 16:13:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 93C08836B4; Mon, 31 Jan 2022 17:13:34 +0100 (CET) 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="caFytsp/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BD779836B9; Mon, 31 Jan 2022 17:13:22 +0100 (CET) Received: from mail-vs1-xe31.google.com (mail-vs1-xe31.google.com [IPv6:2607:f8b0:4864:20::e31]) (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 8610D836AB for ; Mon, 31 Jan 2022 17:13:19 +0100 (CET) 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-vs1-xe31.google.com with SMTP id v6so12448205vsp.11 for ; Mon, 31 Jan 2022 08:13:19 -0800 (PST) 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=/75fA5i3Jj3xZzIKOiQ46+aIhpPXcMqN6jNXqg4JMCY=; b=caFytsp/UX++Twlb7KewQvlXFr809OMW624W/xY/UXx0LlxAXmZa/3h6+25W5KLAR2 Q6qRTXcOF659cgCkpVHj+Zy5IVPtSMRb5EAf222j9TcvhuZ6uWuBtEb66ml7W2/fT8D4 SGw1rManpbRd97VNLBTWvDhrICXq+uQj51sZE= 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=/75fA5i3Jj3xZzIKOiQ46+aIhpPXcMqN6jNXqg4JMCY=; b=JLLtfT24jj+NFrwqUhBAZ6m+GgWOL9AhcGO1yMYrRahaN4mJ+hWIg5vnE+upiIpx9H p1YLTWyqM0Xn8oPLurxjN3Ja17ILXQwVqXH4/qiAUVD1xdr1sQI2PRIF+44exmfAQkpX 1vNnmFDnDdBeAr9rTB+SBmFwECMzL7FYk2/PPMjFovbx4N7KVlUAkQh6ZHDaD5vhPwVX J/6N2LsofdUy6NFCRj+NCvtvKmX1VHN4qd9w1zkiqYXgKveGRgS5AYJRbMRWOTMSkVLt V4UZMUU84kik8n2vwvGW+GsaojUIZToa55uWqIpfuYxjbvbeofz0xQ0SIEsb00JOOfNm JbYQ== X-Gm-Message-State: AOAM530uiQDmTj+vdnKd3h2/4Fd87X1BtoHAVCq9q/Mnp0tsFQRqVayt hFmdJOWYl9f9R6tUQyqvEvRLIbWIP1SOvhxZDCFVqg== X-Google-Smtp-Source: ABdhPJwQYCcr+Q2YDfirFCQ6A9pyii6unhw1G/deB3D/5YQeTAS/6pt32BMP4oVRuDKvZjnoHHm6Il5tn4McM/HijsQ= X-Received: by 2002:a67:c296:: with SMTP id k22mr7925470vsj.19.1643645598195; Mon, 31 Jan 2022 08:13:18 -0800 (PST) MIME-Version: 1.0 References: <20220130155225.726890-1-sjg@chromium.org> <20220131142402.GG7515@bill-the-cat> In-Reply-To: <20220131142402.GG7515@bill-the-cat> From: Simon Glass Date: Mon, 31 Jan 2022 09:13:07 -0700 Message-ID: Subject: Re: [PATCH v2 1/2] Makefile: Create a file to indicate the config To: Tom Rini Cc: U-Boot Mailing List , Michal Simek , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , "NXP i . MX U-Boot Team" , Masahiro Yamada , Wolfgang Denk 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, On Mon, 31 Jan 2022 at 07:24, Tom Rini wrote: > > On Sun, Jan 30, 2022 at 08:52:24AM -0700, Simon Glass wrote: > > > At present it is not actually possible to discover the defconfig file that > > was used to build U-Boot, so far as I can tell. Write this out to a file > > in the build directory, so this is visible. > > > > Signed-off-by: Simon Glass > > I don't think we need this really normally, it's just for the follow-up > patch. I'd argue that it is helpful to have this somewhere. Is there anywhere else in the build directory where it can be discovered? Regards, Simon