commit | 06a1e2a18e3ece6c05b6d897e8ca5eea90fd25cf | [log] [tgz] |
---|---|---|
author | Artur Rojek <artur@conclusive.pl> | Wed Oct 18 16:00:56 2023 +0200 |
committer | Eugen Hristev <eugen.hristev@collabora.com> | Mon Oct 23 17:07:06 2023 +0300 |
tree | f3e4592ab103aa35904aaeacbcc1e1f60fb886eb | |
parent | 5745b4b0549414c334dff712a798f8ecb4a4780a [diff] |
common: add prototype & rename populate_serial_number() Rename populate_serial_number() to a more descriptive serial_read_from_eeprom() and provide the missing function prototype. This is useful for boards that wish to read their serial number from EEPROM at init. Signed-off-by: Artur Rojek <artur@conclusive.pl> Reviewed-by: Simon Glass <sjg@chromium.org>