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] [blame] |
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>
diff --git a/env/eeprom.c b/env/eeprom.c index f0bdf2a..e8126cf 100644 --- a/env/eeprom.c +++ b/env/eeprom.c
@@ -9,6 +9,7 @@ #include <common.h> #include <command.h> +#include <eeprom.h> #include <env.h> #include <env_internal.h> #include <linux/stddef.h>