From f90743b8813518fd7111c272ea4a3483a94ed462 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 27 Feb 2018 18:24:09 +0000 Subject: Platform/96Boards/Secure96Dxe: remove /plugin/ from .dts 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 b56ce59985..a221bdf9bb 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 { -- cgit v1.2.3