commit | b8b1df30219aa43170eb143f086acdb8c9bebff1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:49 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:51 2020 -0500 |
tree | 86a4685dfa8c3d21237721f65dd2643010a69f22 | |
parent | 0c36441035f43b1f96c477024b85baa93e20a7fa [diff] |
common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h 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>