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 4799DD1D893 for ; Thu, 4 Dec 2025 08:08:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7546583D77; Thu, 4 Dec 2025 09:07:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=norik.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=norik.com header.i=@norik.com header.b="H2oNL/KF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7F86483F69; Thu, 4 Dec 2025 09:07:51 +0100 (CET) Received: from cp2.siel.si (cp2.siel.si [46.19.12.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0A9998389A for ; Thu, 4 Dec 2025 09:07:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=norik.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=primoz.fiser@norik.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=norik.com; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=BZee2LfQVnItISJGgRYUM9NMay/9DNhIGOJf/t64cA8=; b=H2oNL/KFOyhnYMe0tZEruS7QIY enxkM/WUIj3R6cHqQCJnHIiwXEG/WGs6EzKjohKCEGXmZpPZERriNM+N6jiNMKKOX7QM6XHBGVh0H qIyeJbBv+pso3WbYAwC1iWAnkAOXcu9X/NBlLbnZSVlL7NE91qbM2mVtpzrFPEuSfwP76keL6uqNr /9lNpYHVTur28kFjufwSRyjxWZp5+rr/qZU01NPWviCtF9kAtSVTRwlJAngDbACUFOOzO7gDOFvm2 yBskYXo1EwvTUijd6BNQic975G9Xp8KFyN7RwoCp/gKLKp29Dkw7pMiag8NSGFm/d4Xni9JdVkj6M q3U5F8cw==; Received: from 89-212-21-243.static.t-2.net ([89.212.21.243]:43766 helo=localhost.localdomain) by cp2.siel.si with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vR4NR-00000003FHo-1JVH; Thu, 04 Dec 2025 09:07:45 +0100 From: Primoz Fiser To: Mathieu Othacehe , Christoph Stoidner , Stefano Babic , Fabio Estevam , uboot-imx@nxp.com, Tom Rini , Benjamin Hahn Cc: u-boot@lists.denx.de, upstream@lists.phytec.de Subject: [PATCH 3/3] board: phytec: phycore-imx93: env: Add required uuu variables Date: Thu, 4 Dec 2025 09:07:44 +0100 Message-Id: <20251204080744.3868067-3-primoz.fiser@norik.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20251204080744.3868067-1-primoz.fiser@norik.com> References: <20251204080744.3868067-1-primoz.fiser@norik.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp2.siel.si X-AntiAbuse: Original Domain - lists.denx.de X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - norik.com X-Get-Message-Sender-Via: cp2.siel.si: authenticated_id: primoz.fiser@norik.com X-Authenticated-Sender: cp2.siel.si: primoz.fiser@norik.com X-Source: X-Source-Args: X-Source-Dir: 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 Add variable 'emmc_dev' and 'sd_dev' required for NXP uuu flash scripts. Signed-off-by: Primoz Fiser --- board/phytec/phycore_imx93/phycore_imx93.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/phytec/phycore_imx93/phycore_imx93.env b/board/phytec/phycore_imx93/phycore_imx93.env index 8a2161e4abdf..b6613d015032 100644 --- a/board/phytec/phycore_imx93/phycore_imx93.env +++ b/board/phytec/phycore_imx93/phycore_imx93.env @@ -3,6 +3,7 @@ boot_script_dhcp=net_boot_fit.scr.uimg bootcmd=bootflow scan -lb; console=ttyLP0 +emmc_dev=0 /* This is needed by built-in uuu flash scripts */ fdt_addr_r=0x90000000 fdtfile=CONFIG_DEFAULT_FDT_FILE fdtoverlay_addr_r=0x900c0000 @@ -11,3 +12,4 @@ kernel_addr_r=0x88000000 nfsroot=/srv/nfs prepare_mcore=setenv optargs "${optargs} clk-imx93.mcore_booted" scriptaddr=0x83500000 +sd_dev=1 /* This is needed by built-in uuu flash scripts */ -- 2.34.1