Re: [PATCH v2 02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations

2021-10-14 Thread Simon Glass
On Wed, 13 Oct 2021 at 09:46, Marek Behún wrote: > > From: Marek Behún > > 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

[PATCH v2 02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations

2021-10-13 Thread Marek Behún
From: Marek Behún 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