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)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:48 +0000 (23:06 +0530)
commitad8a812f40acb86609206dd8343db16493eb60a9
tree5e1fd1fa02a497b55c99976a80e1a9f5f818e972
parent9d89bcd8e5b0579da105ba02010e615bc0782ab4
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