From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D80A2C369C2 for ; Fri, 25 Apr 2025 17:31:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 281D6829B8; Fri, 25 Apr 2025 19:31:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="C59mkOGR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F392C829F5; Fri, 25 Apr 2025 19:31:30 +0200 (CEST) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EC46B82977 for ; Fri, 25 Apr 2025 19:31:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nm@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 53PHVNS52848241 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 25 Apr 2025 12:31:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1745602283; bh=lP6XbW6EET/8KEerNTWOCzWTU95/HYrZ3yXV+HL9veM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=C59mkOGRKX+R89DMQjstfgpxUXREyTDBmhwWmdtom1B0DcHTzIS7Hi9QbJIch8gar wyycy6JM+iGlfvmyruUhwKTrqz6tT832AOWAUPWzrOtFle4dtprWvcSgfPNXJiVox9 YoihgLlTumOSwo3A6vq/eiO95odP1UmoPbNA4bJA= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 53PHVNnn007630 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 25 Apr 2025 12:31:23 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 25 Apr 2025 12:31:23 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 25 Apr 2025 12:31:23 -0500 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 53PHVN6w110066; Fri, 25 Apr 2025 12:31:23 -0500 From: Nishanth Menon To: Tom Rini , Heinrich Schuchardt , Neha Malcom Francis , Robert Nelson CC: Beleswar Padhi , Udit Kumar , Jonathan Humphreys , Andrew Davis , , Nishanth Menon Subject: [PATCH 5/9] beagle: beagley-ai: env: Enable DFU env options Date: Fri, 25 Apr 2025 12:31:15 -0500 Message-ID: <20250425173120.141503-6-nm@ti.com> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20250425173120.141503-1-nm@ti.com> References: <20250425173120.141503-1-nm@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Just enable dfu options, We have MMC and RAM as options here. Signed-off-by: Nishanth Menon --- Changes Since v2: - Dropped the dfu_alt_info override option, let the users select it - Updated commit message to the effect. V2: https://lore.kernel.org/r/20250418193943.953952-6-nm@ti.com board/beagle/beagley-ai/beagley-ai.env | 1 + 1 file changed, 1 insertion(+) diff --git a/board/beagle/beagley-ai/beagley-ai.env b/board/beagle/beagley-ai/beagley-ai.env index 16a03acfca3c..70afbf9763f9 100644 --- a/board/beagle/beagley-ai/beagley-ai.env +++ b/board/beagle/beagley-ai/beagley-ai.env @@ -1,5 +1,6 @@ #include #include +#include #if CONFIG_CMD_REMOTEPROC #include -- 2.47.0