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 2DFDAC433EF for ; Mon, 31 Jan 2022 16:15:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 42AD5836B4; Mon, 31 Jan 2022 17:15:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="NHjt3inm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BCE9B836B9; Mon, 31 Jan 2022 17:15:51 +0100 (CET) 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 F2D93834A3 for ; Mon, 31 Jan 2022 17:15:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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 i19so13208370qvx.12 for ; Mon, 31 Jan 2022 08:15:47 -0800 (PST) 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=yx9bhsDetxyV7Ky21aAcZY0KG1/ozDp7uxh+fEjT2/0=; b=NHjt3inmdEZQn2Zfy45MzfZci+WD+Se804mstuxIHPSketHKx6Gq6NlmoU9PB3+CR7 /M4sbl+wrSE+FZHC6jzu53aWnWhU0kt8umIn6wM+z+fMNTAD8Sw9z6hnyaRTi5NHNu/k jIaXayMzlvqfw7I/YO7yqw6yn8tq4r5lyqOKE= 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=yx9bhsDetxyV7Ky21aAcZY0KG1/ozDp7uxh+fEjT2/0=; b=yzBO6pFtsuNlGe21HunO2Ao0N7FQviciFTfUazOW/2RF/Gwo+uCBfwxr57MtPn6ooK XXxykwlwbXBkf46Rzdv2ujtK6jPhLSLlAf6dD6PaB5T0hx+HJaXXYQTIeBep++HT7sNM BunocKm6WisRMx1sOR+ZRim+3vQC+2oh8QhjCPFmSp8hyByofCiqoU9+2m12shGaKPdu cfv7z0YGW/Ezh8wwzX+5PSmHdAHp1JcfkgnddloNSDbhGZsX56/nM0Lgr4STu+T3SClD P06C9KbiwEg9DHmI1eYRcvakjTMfAByVejHxZ5k1GkuWPEeOdhymUU+ZgrCT7o0v9lb0 1VGg== X-Gm-Message-State: AOAM531xEEGIhky6mreclH6GCzhH8OtzZHOe9n8IbJrnMzE0v1XCRO1j nSt/XrkkGSinTaw0DcY4YMsB/Q== X-Google-Smtp-Source: ABdhPJygOqABnwW1OeZphOeo3cusiSdSh/pnAWueN0cCKbePuEQ0JwoEIYPK+wGF/9L5vrC4IVwVQQ== X-Received: by 2002:a0c:f84b:: with SMTP id g11mr18862126qvo.11.1643645746625; Mon, 31 Jan 2022 08:15:46 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id r7sm3843983qkp.82.2022.01.31.08.15.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Jan 2022 08:15:45 -0800 (PST) Date: Mon, 31 Jan 2022 11:15:44 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Michal Simek , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , "NXP i . MX U-Boot Team" , Marek =?iso-8859-1?Q?Beh=FAn?= , Masahiro Yamada Subject: Re: [PATCH v2 2/2] Makefile: Don't allow new boards with SPL_FIT_GENERATOR Message-ID: <20220131161544.GZ7515@bill-the-cat> References: <20220130155225.726890-1-sjg@chromium.org> <20220130155225.726890-2-sjg@chromium.org> <20220131142412.GH7515@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TT8SSM5c4BjMHFvZ" Content-Disposition: inline In-Reply-To: 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 --TT8SSM5c4BjMHFvZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 31, 2022 at 09:13:02AM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Mon, 31 Jan 2022 at 07:24, Tom Rini wrote: > > > > On Sun, Jan 30, 2022 at 08:52:25AM -0700, Simon Glass wrote: > > > > > More than a year after this migration message appeared, we still have= new > > > boards being added with this option. Add a check against this. > > > > > > Signed-off-by: Simon Glass > > > > Please just make this an error in checkpatch.pl instead. >=20 > I couldn't think of a way of doing that...do you have an idea? Yes, 2f3e8d6a86cb ("checkpatch: report ERROR only on disabling of fdt and initrd relocation") updates the check I had for fdt_high/initrd_high being in the file at all to only be for additions. And yes, I check every PR for new checkpatch ERROR lines and only ignore the ones for code imported from other projects. --=20 Tom --TT8SSM5c4BjMHFvZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmH4CywACgkQFHw5/5Y0 tywZkQwAhVao7CT1gfk41LAk8rtVIiUBj7RoL42m9ZKklLT5vfTR+phXBBIHe0P1 UkToKulZsIAD7/yrH3O3yiygdbJxwp1HVieD4CkjQ5kbkzomuwWZEqc3b2yyR18O ZRGnaln1eUh/p/7Wh5HfPmAqlEulgdY/fjnwnv/cz1kNccKGIdJEpKj5KpndqGGa D3dnk/6+khU3Z2E2e6lSybJ/Dd05608aLGmLr3cMGKT6xENP48qgokvNYfxHrrXi bxrMpqQfPL0OPvseeDw7ZNqzOFKzT68+ylpAFQuLJLN5wsDik0zgdOizpNTKTcfc lZqbSOpLt3g9YinQcJll7OgHZkS+/EAdVQaeKd8mgZAB/HsFdBRT5IaFAZy441H4 nj4pL+J4MjEVqAZOdWPtvsaA5jtlDs1avTOMgRiOj/Nk5pxp4qwjEL7M/MM9i7B8 kg1IDv1jlyTHTONJAjK5vb/7fHKPoUZjWTIGEoxBhmG7watWpGFCtOsYDu+u5oUZ SKZvoTjO =5NIY -----END PGP SIGNATURE----- --TT8SSM5c4BjMHFvZ--