On Wed, 13 Oct 2021 at 09:46, Marek Behún <[email protected]> wrote: > > From: Marek Behún <[email protected]> > > Commit b2cdef4861be ("env: restore old env_get_char() behaviour") > dropped the .get_char() method from struct env_driver, but left the two > existing implementations (eeprom and nvram) in case someone would use > them by overwriting weak function env_get_char_spec(). > > Since this was never done in the 3.5 years, let's drop these methods and > simplify the code. > > Signed-off-by: Marek Behún <[email protected]> > --- > env/eeprom.c | 18 ------------------ > env/env.c | 7 +------ > env/nvram.c | 14 -------------- > 3 files changed, 1 insertion(+), 38 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

