Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h | Simon Glass | |
This define seems better suited to the eeprom header file, particularly as it is only used in the eeprom.c file. Move it. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-12-02 | common: Move old EEPROM functions into a new header | Simon Glass | |
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> |