[PATCH 5/6] arm: xea: Print information about XEA's SoM HW revision
Lukasz Majewski
lukma at denx.de
Thu Mar 28 16:34:14 CET 2024
As now XEA has its second HW revision - this information is printed
when u-boot proper starts.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
board/liebherr/xea/xea.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c
index 90a1e03077..c117a8cb19 100644
--- a/board/liebherr/xea/xea.c
+++ b/board/liebherr/xea/xea.c
@@ -294,6 +294,15 @@ int board_late_init(void)
}
#endif
+#if defined(CONFIG_DISPLAY_BOARDINFO)
+int checkboard(void)
+{
+ printf("Board: LWE XEA SoM HW rev %d\n", get_som_rev());
+
+ return 0;
+}
+#endif
+
int dram_init(void)
{
return mxs_dram_init();
--
2.39.2
More information about the U-Boot
mailing list