commit | 794aec6e3799122b5a22da709e10f061cf7eca8c | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Tue May 21 23:18:23 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:01:53 2024 -0600 |
tree | b81d176778dc982064cabac2cc515e4c0bb0a416 | |
parent | 0bcb3049e18b31ae7583fbfba76b6b9587358bc4 [diff] |
board: phytec: common: Define PHYTEC_API2_DATA_LEN The EEPROM image length for API v2 is fixed to 32 bytes. No need to use sizeof while this value won't change. This value is also be required for API v3 to know where the API v3 header starts. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Tested-by: Wadim Egorov <w.egorov@phytec.de>