commit | 0bcb3049e18b31ae7583fbfba76b6b9587358bc4 | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Tue May 21 23:18:22 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:01:53 2024 -0600 |
tree | 69bd9e5220af4ab69ba7143b634ff8d409aca482 | |
parent | dec7ea0d173ac494196b5635e125e6973b55ea1f [diff] |
board: phytec: common: Move eeprom read to new function We need to read multiple times from different offsets in API v3. Move the EEPROM read logic into a dedicated function to make it usable multiple times. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Tested-by: Wadim Egorov <w.egorov@phytec.de>