From: Primoz Fiser <primoz.fiser@norik.com>
To: Mathieu Othacehe <m.othacehe@gmail.com>,
Christoph Stoidner <c.stoidner@phytec.de>,
Stefano Babic <sbabic@nabladev.com>,
Fabio Estevam <festevam@gmail.com>,
uboot-imx@nxp.com, Tom Rini <trini@konsulko.com>,
Benjamin Hahn <B.Hahn@phytec.de>
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 [thread overview]
Message-ID: <20251204080744.3868067-3-primoz.fiser@norik.com> (raw)
In-Reply-To: <20251204080744.3868067-1-primoz.fiser@norik.com>
Add variable 'emmc_dev' and 'sd_dev' required for NXP uuu flash scripts.
Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
---
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
next prev parent reply other threads:[~2025-12-04 8:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-04 8:07 [PATCH 1/3] board: phytec: phycore-imx93: Switch to standard boot Primoz Fiser
2025-12-04 8:07 ` [PATCH 2/3] board: phytec: phycore-imx93: Set boot_targets dynamically Primoz Fiser
2025-12-04 8:07 ` Primoz Fiser [this message]
2025-12-05 9:41 ` [PATCH 1/3] board: phytec: phycore-imx93: Switch to standard boot Benjamin Hahn
2025-12-05 10:03 ` Primoz Fiser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251204080744.3868067-3-primoz.fiser@norik.com \
--to=primoz.fiser@norik.com \
--cc=B.Hahn@phytec.de \
--cc=c.stoidner@phytec.de \
--cc=festevam@gmail.com \
--cc=m.othacehe@gmail.com \
--cc=sbabic@nabladev.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=upstream@lists.phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.