From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.yoctoproject.org (mail.yoctoproject.org [198.145.29.25]) by mx.groups.io with SMTP id smtpd.web11.1287.1608230973357416274 for ; Thu, 17 Dec 2020 10:49:33 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@ti.com header.s=ti-com-17q1 header.b=AwL91kha; spf=fail (domain: ti.com, ip: 198.145.29.25, mailfrom: dmurphy@ti.com) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mail.yoctoproject.org (Postfix) with ESMTPS id F40AD38C12CE for ; Thu, 17 Dec 2020 18:49:32 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0BHInWpF033473 for ; Thu, 17 Dec 2020 12:49:32 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1608230972; bh=lBSklAny3llkLgfSO8i7L1KggHncRpbYFdooYwkNeLM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=AwL91khaW2/Yc/TcYF1dn3xP7bJSJucMfLgYstm1A4yNGHXWDljpbcOClV2UIX8bl Qd8EKEgpKmBu58TtGQK1YuPQN98jtkPPKBkdBwb15iEsQazt6gdqMrdqwinBlzU/zp J7EV6csNrkJZHFyFHHR9FpLazPXNJG2Mx75SbLak= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0BHInWsQ107364 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 17 Dec 2020 12:49:32 -0600 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 17 Dec 2020 12:49:32 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 17 Dec 2020 12:49:32 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0BHInWRM042689; Thu, 17 Dec 2020 12:49:32 -0600 From: "Dan Murphy" To: CC: Dan Murphy Subject: [dunfell/master] [PATCH v3 07/10] am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x Date: Thu, 17 Dec 2020 12:49:26 -0600 Message-ID: <20201217184929.18031-7-dmurphy@ti.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20201217184929.18031-1-dmurphy@ti.com> References: <20201217184929.18031-1-dmurphy@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Signed-off-by: Dan Murphy --- conf/machine/am64xx-evm-k3r5.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/am64xx-evm-k3r5.conf b/conf/machine/am64xx-evm-= k3r5.conf index 26230da499af..b788e634699d 100644 --- a/conf/machine/am64xx-evm-k3r5.conf +++ b/conf/machine/am64xx-evm-k3r5.conf @@ -4,8 +4,7 @@ =20 require conf/machine/include/k3r5.inc =20 -# UPdate for am64 -SYSFW_SOC =3D "am65x" +SYSFW_SOC =3D "am64x" SYSFW_CONFIG =3D "evm" SYSFW_SUFFIX =3D "gp" SYSFW_SYMLINK =3D "sysfw.itb" --=20 2.29.2