From patchwork Mon Apr 10 09:06:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kumar, Udit" X-Patchwork-Id: 22457 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7AA3C77B74 for ; Mon, 10 Apr 2023 09:06:58 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.40737.1681117613361704586 for ; Mon, 10 Apr 2023 02:06:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=DmdQm9uV; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: u-kumar1@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33A96qqo044686 for ; Mon, 10 Apr 2023 04:06:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681117612; bh=I7uU1LnCjItBRDo91zptVrjIouPViqXaZXJvgS2a5+o=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=DmdQm9uVq5fm0U8Fjd89LJ+sX8gpN9EetcpKhY5Gdp+yHs/J+D39DhO3tDW0LBEZE e0KrgG9Na5SzXf9eOPLXEab0OGyciUfPh7TAGmtIXCjDkOY1jYX3XUfW3FpFNsILhr WhwXAVh0Tj58su30eRom02CeJ0aqSwWFHffOtGaw= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33A96pCx026474 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Apr 2023 04:06:51 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 10 Apr 2023 04:06:51 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 10 Apr 2023 04:06:51 -0500 Received: from udit-HP-Z2-Tower-G9-Workstation-Desktop-PC.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33A96lXm023313; Mon, 10 Apr 2023 04:06:50 -0500 From: Udit Kumar To: , , CC: , Udit Kumar Subject: [PATCH v2 1/2] meta-ti-bsp: conf: machine: j7200: Update def config Date: Mon, 10 Apr 2023 14:36:44 +0530 Message-ID: <20230410090645.335745-2-u-kumar1@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230410090645.335745-1-u-kumar1@ti.com> References: <20230407115107.839204-1-u-kumar1@ti.com> <20230410090645.335745-1-u-kumar1@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 10 Apr 2023 09:06:58 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16334 u-boot 2023.04 merged def configs for HS and GP EVM into one. This patch updates config for J7200 HS EVM for both A72 and R5. Signed-off-by: Udit Kumar --- meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/j7200-hs-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf index 3fe06e74..1922d5c8 100644 --- a/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf @@ -8,4 +8,4 @@ SYSFW_SOC = "j7200_sr2" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs" -UBOOT_MACHINE = "j7200_hs_evm_r5_defconfig" +UBOOT_MACHINE = "j7200_evm_r5_defconfig" diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf index dc928974..4facbc37 100644 --- a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf @@ -4,7 +4,7 @@ require conf/machine/j7200-evm.conf -UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" +UBOOT_MACHINE = "j7200_evm_a72_defconfig" SPL_BINARY = "tispl.bin_HS" UBOOT_BINARY = "u-boot.img_HS"