summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorPrimoz Fiser <[email protected]>2025-12-05 12:10:44 +0100
committerFabio Estevam <[email protected]>2025-12-06 15:26:07 -0300
commit76948dd22d7ef5c4b5edaf09e29c422ce7d288dd (patch)
treeee6115a8fbaca2f59c1e5228dce7d06ee4b645bc /board/phytec
parent8f4d74929d0ed547ec1af7cf03c8ed5b449f821b (diff)
board: phytec: phycore-imx93: env: Add required uuu variables
Add variable 'emmc_dev' and 'sd_dev' required for NXP uuu flash scripts. Signed-off-by: Primoz Fiser <[email protected]>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_imx93/phycore_imx93.env2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx93/phycore_imx93.env b/board/phytec/phycore_imx93/phycore_imx93.env
index 4a5e5bfaee3..4e89c4ae26c 100644
--- a/board/phytec/phycore_imx93/phycore_imx93.env
+++ b/board/phytec/phycore_imx93/phycore_imx93.env
@@ -2,6 +2,7 @@
boot_script_dhcp=net_boot_fit.scr.uimg
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
@@ -10,3 +11,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 */