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 7E362C433F5 for ; Wed, 11 May 2022 13:34:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5B25E8432C; Wed, 11 May 2022 15:34:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="sNGmqI93"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 481D684326; Wed, 11 May 2022 15:34:34 +0200 (CEST) Received: from mail-qv1-xf2c.google.com (mail-qv1-xf2c.google.com [IPv6:2607:f8b0:4864:20::f2c]) (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 B59C284323 for ; Wed, 11 May 2022 15:34:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2c.google.com with SMTP id eq14so2086203qvb.4 for ; Wed, 11 May 2022 06:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=7gJrwR0Rp46ECIyVeR+XR2bR242JbEAj0CZSn90vXF8=; b=sNGmqI93C5y58t/Q5u6AeNCHG1d31eWHQFyFCWLz30LyZ+JA2O8ca3lPJUaqY5REae OgLlGhqjJ1sKq5YUdcjy3+A2hJ+DqKguNfAWa2ZoWkWoooocW1yETFip2AacikRZ8x+w 4NjWapLWbfDSEvYspZ5r0K1wT9tKTe75GQb/E= 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:references :mime-version:content-disposition:in-reply-to; bh=7gJrwR0Rp46ECIyVeR+XR2bR242JbEAj0CZSn90vXF8=; b=t/7GvCokWcdXDK5CGoVTndfZp+Ka8lJwmjnx4mBFDN/Qws72zvNU9aW6TYuJ1m+jIU BjaWh1PIHVfvMSfXN15/0Xa3J0ws4838vtoRs2gppeGZ5nM6Qh1iAQsIEtYAFa1vyN6M +BxA1QqBRhOYVhY0xAH+91K9udzPW3ih9smxi5uZFzGKlmZ5pG5OxRDThoAcCpFpXX8l nDCCL9aBY/urc73MpNkq1UZGWR84RayYKvDVxa1NCDi6DAfBATC4epudrhx8EJfNCD65 OKIgSbqmNNpVxJTniTfdDo6YtZsXBOuiJCUFP+m/138LpLRZOBd/XYjn3F+xIqHe7vP6 x25w== X-Gm-Message-State: AOAM531oBFPesoGOpDCO7tWNz8S0vtKpQf/NFsmrHv23UHGQiwJI7/Bt cwpAOW+KSAgkyLUvRIWtVBdB8g== X-Google-Smtp-Source: ABdhPJwDZsllXidC5WQHz9Cp0ZPkep1EcaylZbhyH0HlgEnn9GvuYs6nmwTwkkQ8arY1si2uH8/oog== X-Received: by 2002:a05:6214:ca1:b0:45a:862f:2a59 with SMTP id s1-20020a0562140ca100b0045a862f2a59mr22322877qvs.131.1652276069356; Wed, 11 May 2022 06:34:29 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-4500-b057-3c7b-12c2-aabf.res6.spectrum.com. [2603:6081:7b01:4500:b057:3c7b:12c2:aabf]) by smtp.gmail.com with ESMTPSA id bl34-20020a05620a1aa200b0069fc13ce1f3sm1295571qkb.36.2022.05.11.06.34.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 06:34:28 -0700 (PDT) Date: Wed, 11 May 2022 09:34:26 -0400 From: Tom Rini To: Paul Barker Cc: u-boot@lists.denx.de Subject: Re: [PATCH 2/3] examples: hello_world: Drop inclusion of common header Message-ID: <20220511133426.GP3901321@bill-the-cat> References: <20220505153242.1598807-1-paul.barker@sancloud.com> <20220505153242.1598807-3-paul.barker@sancloud.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WTEzZvM72OaERIi0" Content-Disposition: inline In-Reply-To: <20220505153242.1598807-3-paul.barker@sancloud.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --WTEzZvM72OaERIi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 05, 2022 at 03:32:41PM +0000, Paul Barker wrote: > The "common.h" header is not covered by the licensing exception for > standalone applications. Let's drop inclusion of this header from the > hello_world example to prove that a standalone app can be built without > it. >=20 > Signed-off-by: Paul Barker Reviewed-by: Tom Rini --=20 Tom --WTEzZvM72OaERIi0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJ7u2IACgkQFHw5/5Y0 tyxErgwApEoqKrPDTzdPNKiX4r8u7cE9wuzqa4938hD/VPH9HBr6N5WljSLnjWvl YBm8hyq9IY83oPODGUW/XSBYh1cj/zL2xLJ2ZgXwxXGVdzGQIb6IGxVFw5NUqwcC IOpVyzVDGwNE1K/nLtb8xMuI2EtmofeVjgm0ZekMCA0aPn1TC35tgwBO0Hry9V6A r09OifHZzGigci41W/IVyD62K6tf+/LYD4UBi9DPzuvpqxs5u/RJqcG21mGuOhFl kynmThMUfkIljD0bpmd8R6hHK146gkVmrxN8Os6ti0ODj+0pWeFMYYnMMIagw+gc 5C8FpDa/vS6E1ghlxV7dxSNxv3gz5hUn8krOYvr7xmtsK+jrZeneWdpgJjfQwj7X PsA8YudJ7xD/vt2WTfarnp5RxdrFp37lVP1ZlWHZs1S1dbmda7IiAb4fKIk9Nex9 Us/Rx5AW2t3jnPdFIVYrZDY+fw0Kx1xsfmxqmrbiIdDB2UkavzjhT/UbkKN2RikI /RlMHJWJ =+GYd -----END PGP SIGNATURE----- --WTEzZvM72OaERIi0--