[PATCH v2 6/6] boards: tqma7: call tq-sysinfo setup

Alexander Feilke Alexander.Feilke at ew.tq-group.com
Tue May 26 14:40:44 CEST 2026


From: Alexander Feilke <alexander.feilke at ew.tq-group.com>

Probe TQ sysinfo drivers to print device info from eeprom during boot.

Signed-off-by: Alexander Feilke <alexander.feilke at ew.tq-group.com>
---
 board/tq/tqma7/tqma7.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/tq/tqma7/tqma7.c b/board/tq/tqma7/tqma7.c
index 30bd155713d..a584d01dcf7 100644
--- a/board/tq/tqma7/tqma7.c
+++ b/board/tq/tqma7/tqma7.c
@@ -17,6 +17,7 @@
 
 #include "../common/tq_bb.h"
 #include "../common/tq_som.h"
+#include "../common/tq_sysinfo.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -65,6 +66,8 @@ int board_late_init(void)
 
 	env_set_runtime("board_name", bname);
 
+	tq_common_sysinfo_setup();
+
 	return tq_bb_board_late_init();
 }
 
-- 
2.34.1



More information about the U-Boot mailing list