1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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

1
env/eeprom.c vendored
View File

@@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
#include <eeprom.h>
#include <env.h>
#include <env_internal.h>
#include <linux/stddef.h>