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>
This commit is contained in:
Simon Glass
2019-11-14 12:57:50 -07:00
committed by Tom Rini
parent 533cee0a9c
commit cb3ef6810a
19 changed files with 41 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
* Author: Wadim Egorov <w.egorov@phytec.de>
*/
#include <eeprom.h>
#include <init.h>
#include <asm/io.h>
#include <common.h>