commit | eba6b8d6a23d704d89e7df7227f2a2c08a39b38f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:50 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:25:25 2019 -0500 |
tree | 9ef10a73bda6de409282c9021026957efa598c6a | |
parent | 8e50a0ea105c732dc79d4bfd75989d6bdd8bad5e [diff] |
common: Move old EEPROM functions into a new header These functions do not use driver model but are still used. Move them to a new eeprom.h header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>