commit | 2c3afb76d74f4218edcbc25b4f851d45ee0964c7 | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Tue May 21 23:18:24 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:01:53 2024 -0600 |
tree | 33eae752e346c1e222a98c3acc195f0bf19218cc | |
parent | 38b96407f69469702b60a22aa847bf7675a1f9b7 [diff] |
board: phytec: common: Move API v2 init to new function Move the entire initialization code for API v2 into a dedicated function. This rework will allow to easily integrate the API v3 as next step during init. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Tested-by: Wadim Egorov <w.egorov@phytec.de>