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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D06D8C4338F for ; Wed, 4 Aug 2021 05:59:40 +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 81CF060F25 for ; Wed, 4 Aug 2021 05:59:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 81CF060F25 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 E2FB482DF3; Wed, 4 Aug 2021 07:59:36 +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=1628056777; bh=tb9Ua1qiPrBnevq871g6CoHHhyGeQc2jFSy3ewRnM/g=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=En6B7ZqYr0N1x95vSAejkR/zbeqhqGR/e77wxSNQA+RUQHJtnXCh7ZvPdqd8I7IWB 8PvQ35e2z7LY7v8dbHFyrZixeoG72gMEa60qq4ebdKp0rJDHjUukxSWXudzkZI7Zd2 ZimXMTQ+FtC0g7YSOHh9K2dsiXayAsdm71dQWZuSIuTrd7Lucjy+XoZ1cRSc2bQQs+ 8jBc/gx9jpFpjW/R70hDcgiDquKODCLBdAtQ7t7293TpQ9ClYe5PLDuFIpT/dphXOi ROvHJq2gWi4fqRjOt1vcftvzTLApncF+57XOKpSuduDsl6wEUbXCxVpjvCSvbZvoDa Y2i5AMxENgY2g== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 1BC9382054 for ; Wed, 4 Aug 2021 07:59:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628056775; bh=tb9Ua1qiPrBnevq871g6CoHHhyGeQc2jFSy3ewRnM/g=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=ij0N+e1XMJCw1YVfs8cwZpui0gICr4n9rEQkAS2DnK1oiXU24l1mR90H1YZbaHoEL WFU77wjB2u0/wM2bu8ZsD1NSkMyqUW6X4U0t+r3KTA1Y9xT7v4AuDkkUGYdtFZ15s8 UYOR/i9cwdpIDrUgL+EvBMKVfq41AohFVygCTaQqp0/Jk9MU8Y9QYb0r/57C0FapB0 PjGc7eyVuqTak5S5/IOaNv+pSsn2Kd2ZY4hZrY4Xm2kRtMIEi7jzqRIYKgV57f4lRM uM10KJH6jsgIxHb3+AE8/5B6a8OyQtJgfMh6vB6hv3moTIVu+dNg+z2WiEeFgb5xFb FpqHlWXDZ3GKg== Received: by janitor.denx.de (Postfix, from userid 108) id C2A7AA029C; Wed, 4 Aug 2021 07:59:34 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id 508CFA0116; Wed, 4 Aug 2021 07:59:22 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id EBC711E23BB; Wed, 4 Aug 2021 07:59:21 +0200 (CEST) To: Tom Rini cc: Pali =?iso-8859-1?Q?Roh=E1r?= , Simon Glass , Heinrich Schuchardt , Alexander Graf , Huan Wang , Angelo Dureghello , Priyanka Jain , Christophe Leroy , Bin Meng , Marek =?iso-8859-1?Q?Beh=FAn?= , U-Boot Mailing List From: Wolfgang Denk Subject: Re: [PATCH 11/11] Remove including timestamp.h in version.h MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: <20210802213100.GG9379@bill-the-cat> References: <20210802131838.21097-1-pali@kernel.org> <20210802131838.21097-12-pali@kernel.org> <20210802194223.5myvz6l27rjkfrld@pali> <20210802213100.GG9379@bill-the-cat> Comments: In-reply-to Tom Rini message dated "Mon, 02 Aug 2021 17:31:00 -0400." Date: Wed, 04 Aug 2021 07:59:21 +0200 Message-ID: <128122.1628056761@gemini.denx.de> 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 Dear Tom, In message <20210802213100.GG9379@bill-the-cat> you wrote: > > I think that if nothing changes the banner not changing is the right > behavior. Hm... is it? How about "external" changes like building with a different tool chain? Then at least the "version" command should produce a corresponding output, which means some parts _have_ to be recompiled, resulting in a new banner, too ? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Any sufficiently advanced technology is indistinguishable from a rigged demo. - Andy Finkel, computer guy