From: Alexander Feilke <[email protected]> Probe TQ sysinfo drivers to print device info from eeprom during boot.
Signed-off-by: Alexander Feilke <[email protected]> --- 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

