Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp1860324pxb; Mon, 12 Apr 2021 08:18:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxJAd88lvnl6B9tEHRLZ7kGw28hz1bjwUj06n6JnSoZDsNdjJD520l3EdYPVLdVfJCXGZBu X-Received: by 2002:a05:6a00:14d3:b029:222:b711:3326 with SMTP id w19-20020a056a0014d3b0290222b7113326mr25269516pfu.28.1618240731083; Mon, 12 Apr 2021 08:18:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618240731; cv=none; d=google.com; s=arc-20160816; b=Wx7divTluUfgqcg4KCEdwowNTWoIRusDL5ikics8Yugk+88gcVRk6MHreJKS7vITBP aBDOFb4rJAIhnmXjHL9qf2zIWW14vsEwSFCF3KAr4mkDMEZest+Pr7HruKapagT5vLWO z572tQE3v2rlK0eukuD7T0lit6Z6EnkiuG0MtmPZq9PrO2X0ztxbjSw9ki5XSimBLUEO +XGpuJlYtmGQtHJrsP1DNsGQuJyh/vn9LlPf/Itq/mwApcnioPrx6+GRWSGIODVufgFL iPEo+G29zOxShYieNL3XnFZ7MFOegeVVCXG6XqcBXWRRIsYcfgPiRlsrOzpAaoEhEQ9h bhcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=0/EfCSWqo//U7ugqzMAULQ5h+fV++66z+11zBur1xfA=; b=WPCrf8inC78bkRBg9SBjdBt9Y5DLOFIIs7bX6QispwIRCq9EY4Lu3NT7dpnoSiJ4eP 29etMPLSv7N5eaefot4ObCqlrPwctKNFlar7bOMVUAO9qL1R9aQiRzSQCDd1HbYaXbS4 0xrmGWW3QBh7UxhXf3RtSokbnbZX7bcikHwCo01UQNT518XFyE2pmSFhrO/X8PwoKhul AH2Ta+gmHfzqKn6fUQRFtE/B/63qo0L9mlg3Dqb9sGtse+1dTyO6eXgVhbtggIMwy5tn +XOZP0amn/9pFXR+6tYV0W7M2sqPagKzoCClPm44OBr/hjCNjqifN/3EUX32uPY82lIS WfPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 33si6532908pla.46.2021.04.12.08.18.38; Mon, 12 Apr 2021 08:18:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242750AbhDLPRK (ORCPT + 99 others); Mon, 12 Apr 2021 11:17:10 -0400 Received: from elvis.franken.de ([193.175.24.41]:45480 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242681AbhDLPRI (ORCPT ); Mon, 12 Apr 2021 11:17:08 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lVyIy-0006wH-01; Mon, 12 Apr 2021 17:16:48 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id D651DC02C4; Mon, 12 Apr 2021 17:05:29 +0200 (CEST) Date: Mon, 12 Apr 2021 17:05:29 +0200 From: Thomas Bogendoerfer To: Nathan Chancellor Cc: Paul Burton , Tom Rini , Simon Glass , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] MIPS: generic: Update node names to avoid unit addresses Message-ID: <20210412150529.GB23632@alpha.franken.de> References: <20210409174734.GJ1310@bill-the-cat> <20210409192128.3998606-1-nathan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210409192128.3998606-1-nathan@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 09, 2021 at 12:21:28PM -0700, Nathan Chancellor wrote: > With the latest mkimage from U-Boot 2021.04, the generic defconfigs no > longer build, failing with: > > /usr/bin/mkimage: verify_header failed for FIT Image support with exit code 1 > > This is expected after the linked U-Boot commits because '@' is > forbidden in the node names due to the way that libfdt treats nodes with > the same prefix but different unit addresses. > > Switch the '@' in the node name to '-'. Drop the unit addresses from the > hash and kernel child nodes because there is only one node so they do > not need to have a number to differentiate them. > > Cc: stable@vger.kernel.org > Link: https://source.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4 > Link: https://source.denx.de/u-boot/u-boot/-/commit/3f04db891a353f4b127ed57279279f851c6b4917 > Suggested-by: Simon Glass > Signed-off-by: Nathan Chancellor > --- > arch/mips/generic/board-boston.its.S | 10 +++++----- > arch/mips/generic/board-jaguar2.its.S | 16 ++++++++-------- > arch/mips/generic/board-luton.its.S | 8 ++++---- > arch/mips/generic/board-ni169445.its.S | 10 +++++----- > arch/mips/generic/board-ocelot.its.S | 20 ++++++++++---------- > arch/mips/generic/board-serval.its.S | 8 ++++---- > arch/mips/generic/board-xilfpga.its.S | 10 +++++----- > arch/mips/generic/vmlinux.its.S | 10 +++++----- > 8 files changed, 46 insertions(+), 46 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]