[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 32b17985698f9f2d0113a4e9c2
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2026-05-05 13:53:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 32b17985698f9f2d0113a4e9c2d31878729ec1cd (commit)
from c0df1ed9ff134885090d8fa704d6825ee4d475ba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 32b17985698f9f2d0113a4e9c2d31878729ec1cd
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 5 13:22:19 2026 +0200
imx9: opos9{1,3}: set soc_rev env variable
Signed-off-by: Sébastien Szymanski <seb...@ar...>
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-imx/imx9/opos91.c | 2 ++
arch/arm/mach-imx/imx9/opos93.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/arch/arm/mach-imx/imx9/opos91.c b/arch/arm/mach-imx/imx9/opos91.c
index 5aa9cdc74d..cef47a764b 100644
--- a/arch/arm/mach-imx/imx9/opos91.c
+++ b/arch/arm/mach-imx/imx9/opos91.c
@@ -46,6 +46,8 @@ int board_late_init(void)
env_set("preboot", "");
}
+ env_set_hex("soc_rev", soc_rev());
+
return opos91_board_late_init();
}
diff --git a/arch/arm/mach-imx/imx9/opos93.c b/arch/arm/mach-imx/imx9/opos93.c
index 6ee694f379..2d3d90aa81 100644
--- a/arch/arm/mach-imx/imx9/opos93.c
+++ b/arch/arm/mach-imx/imx9/opos93.c
@@ -45,6 +45,8 @@ int board_late_init(void)
env_set("preboot", "");
}
+ env_set_hex("soc_rev", soc_rev());
+
return opos93_board_late_init();
}
hooks/post-receive
--
armadeus/u-boot
|