From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 796E5223522BD for ; Tue, 27 Feb 2018 12:00:25 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id z9so889285wmb.3 for ; Tue, 27 Feb 2018 12:06:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LhaT264BlNVtcAdR6RaN/MBrjVQ3x3z3z63tEf4Hyv4=; b=Faogs3ZX9KH128SV6VQguzs0ak5Z8SMY1SR47m+C7KGtjiUFR6aREHOUkLDt6C7Fzz NOIeGFAI7ZWoAWSWBpK8BfJBxCvCKItWju4zibx9YotxjZ7LoXHhG9vJF8q0vcoifbBc 4cvnZCnlc0skQQJvK9cLPkIA/KIz+PradOMxk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LhaT264BlNVtcAdR6RaN/MBrjVQ3x3z3z63tEf4Hyv4=; b=hnTk74POzRt3NBbyEDJsGNp8hsJsfq1p3MDShycmst2EzZlQRvKb1VX4DmTA70ctUE FemAys7ORm8XEr5GRbpafT65TZyT+w7yfhylWPFFQmlHY37BPOzy9uhUzaDaEDbX2+P8 5SRzl6L+y1Tpdr9kRi5uBlCpV8k4JL84YqsaOH6086Mi/8c1CmYBN7eyM5R6LkdIv/kP 1u/oqTGxv8jjGAxtP6lpI2FKIP54YujWe/AC+CPenuAWmUYmbTHu/w2asITplkzvWjHS tHY4f3NlzeSrtMuqX+k1mlRR2uHgNSgJ+7+q2K64P50LH32COevqi3hwDrR2JAhrcgRA uacw== X-Gm-Message-State: APf1xPD33/YI9QiN4l8hoRU8W/UBJailKtA4Md+EJxuMq4MFew9cGLbs znWaXhwAOyTdh4OBqvxrZAah6g== X-Google-Smtp-Source: AG47ELscIW99jSM4RoAn9cd4wCVFBg2TdJWlm1XaSbC0hSXTLBtfkbugu2Rv+iPST1g3adjyazgnqA== X-Received: by 10.28.156.215 with SMTP id f206mr12994950wme.131.1519761990298; Tue, 27 Feb 2018 12:06:30 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id j132sm362022wmd.27.2018.02.27.12.06.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Feb 2018 12:06:29 -0800 (PST) Date: Tue, 27 Feb 2018 20:06:27 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180227200627.4optrpsxnt3ct6lz@bivouac.eciton.net> References: <20180227182619.6973-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180227182619.6973-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform/96Boards/Secure96Dxe: remove /plugin/ from .dts X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:00:26 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 27, 2018 at 06:26:19PM +0000, Ard Biesheuvel wrote: > Even though the Secure96 device tree source is strictly an overlay, we > managed to express it in a way that does not rely on unresolved symbols > and other tricks that are only implemented in fairly recent versions of > the device tree compiler, and so adding the /plugin/ directive is not > only unnecessary, it is harmful because it is only understood by those > same recent compiler versions. So remove it. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Platform/96Boards/Secure96Dxe/Secure96.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Platform/96Boards/Secure96Dxe/Secure96.dts b/Platform/96Boards/Secure96Dxe/Secure96.dts > index b56ce59985cc..a221bdf9bbec 100644 > --- a/Platform/96Boards/Secure96Dxe/Secure96.dts > +++ b/Platform/96Boards/Secure96Dxe/Secure96.dts > @@ -22,7 +22,6 @@ > #define GPIO_PARENT_PLACEHOLDER_PHANDLE 0x0 > > /dts-v1/; > -/plugin/; > > / { > fragment@0 { > -- > 2.11.0 >