board: microchip: mpfs_generic: include processing of dtbos

Include the use of the process dtbo functionality added in the MPFS
system controller driver.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Jamie Gibbons
2025-09-19 19:22:42 +08:00
committed by Leo Yu-Chi Liang
parent 7fa1ee7fb9
commit 41e5a6520b
@@ -172,6 +172,8 @@ int board_late_init(void)
}
}
mpfs_syscontroller_process_dtbo(sys_serv_priv);
return 0;
}