From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web12.1042.1574880279289880389 for ; Wed, 27 Nov 2019 10:44:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=q7rzMrs4; spf=pass (domain: linaro.org, ip: 209.85.221.66, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f66.google.com with SMTP id n1so27932289wra.10 for ; Wed, 27 Nov 2019 10:44:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JCWPZ0wDtnfQ9gcZ52mr/wBR81KUyaDenIRGucquPHU=; b=q7rzMrs4KGD2hWrBLInsiI2iGGMgHLXxxITyC/NSW000FIFjqZQpTx3IA25cerXXok JBpiYE3SZTynDU4PgA3ph4XWJBw00qVZ/8BNKldTMxpf8YiWOux04HHqjLG3uCmAnu5K pBZyCwhOxJbHh0+B2zEWqFs1qYyUXGrES+j/eLo77aI15rFmkedP6IJEaYDobAmznQkX nEa8IorkeX6bj7D0gUpgLmFkC+bHZXNA/1UdpvSOSCObJfFsqvpqIe3+/rPKxoQDsoBJ a/BxDR0nUM8qGlmKXacHSeU2YpT28jnUj1oGEiSapQ1p2C+9cuZxFJbeulu3SQ+2Z0l0 iF6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=JCWPZ0wDtnfQ9gcZ52mr/wBR81KUyaDenIRGucquPHU=; b=TvCVW8wqGMfko4BNXjrjRgHB9yX3EIbQz38VbvtvotTzxw9cDtM9t/AxKcsRuamO9z gMWhYkWZnYvI/663FXiZCkkOHLHb2yJxkcBwH/xux+RS407/JLvHpWcxTq1umwDCgQAh v3H2NGFU2SHCLu5Cmgn9nIWubn8SAa92RM6kaV9J7oR9bO5mEX84Jnc5As5KNF7ghVXT uta1dC8AjmEb74c0BstUPNf6fUDYNp8ozi3EHQgJf/0gZJR39rFKuiICut4A8aqeQOVP te8y3Bbo/J5HXO7KoI4bFiH3nehfbmuosycPnrwLMf/d3TfuBlJ0lSTymkU+LqPMfWN+ 2swg== X-Gm-Message-State: APjAAAUOExZ1l+SKLWUjfRGv0/j6mJLei1narKz4w/Oih2gbNOQT1o9B I/dp9iXB8PD2VQBmC4mkWI2PG+ryeyo= X-Google-Smtp-Source: APXvYqzJJS71+MFlE3pjzG64tgOIz9XJcLuObkgiFsxHe278/Ntt41lgAm+J8Nomn6lb9IQuxQyr3g== X-Received: by 2002:adf:ec8f:: with SMTP id z15mr26739582wrn.128.1574880277709; Wed, 27 Nov 2019 10:44:37 -0800 (PST) Return-Path: Received: from e123331-lin.home (amontpellier-657-1-18-247.w109-210.abo.wanadoo.fr. [109.210.65.247]) by smtp.gmail.com with ESMTPSA id f67sm7947741wme.16.2019.11.27.10.44.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Nov 2019 10:44:36 -0800 (PST) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH edk2-platforms v2 8/8] Silicon/AMD/StyxDtbLoaderLib: omit linux,phandle properties Date: Wed, 27 Nov 2019 19:44:39 +0100 Message-Id: <20191127184439.16793-9-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191127184439.16793-1-ard.biesheuvel@linaro.org> References: <20191127184439.16793-1-ard.biesheuvel@linaro.org> The linux,phandle property is a deprecated alias for the phandle property which was standardized long ago, so don't bother emitting it. Signed-off-by: Ard Biesheuvel --- Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c b/Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c index 091d151ac722..6ce694573f9f 100644 --- a/Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c +++ b/Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c @@ -397,7 +397,6 @@ PrepareFdt ( } Phandle[Index] = fdt_alloc_phandle (Fdt); fdt_setprop_cell (Fdt, CpuNode, "phandle", Phandle[Index]); - fdt_setprop_cell (Fdt, CpuNode, "linux,phandle", Phandle[Index]); fdt_setprop_string (Fdt, CpuNode, "enable-method", "psci"); -- 2.17.1