common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:49 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:51 +0000 (13:26 -0500)
commit4ab18a0ba6a5123b38b7d9f4af481da6349aba70
tree86a4685dfa8c3d21237721f65dd2643010a69f22
parent5e6267af31165cdc6d918fd8aff8ae12a30ec9f8
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>
include/common.h
include/eeprom.h