commit | ad8a812f40acb86609206dd8343db16493eb60a9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:49 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:48 2020 +0530 |
tree | 5e1fd1fa02a497b55c99976a80e1a9f5f818e972 | |
parent | 9d89bcd8e5b0579da105ba02010e615bc0782ab4 [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>