Re: [PATCH v2 12/35] common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:49AM -0700, Simon Glass wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[PATCH v2 12/35] common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h

2019-12-28 Thread Simon Glass
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 --- Changes in v2: None include/common.h | 4 include/eeprom.h | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc