commit | 4ab18a0ba6a5123b38b7d9f4af481da6349aba70 | [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 | 5e6267af31165cdc6d918fd8aff8ae12a30ec9f8 [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>