diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-10-17 17:36:27 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-10-21 12:50:48 -0600 |
commit | dd1c5a7f80baf69ac94122acb3202bdcf14fec92 (patch) | |
tree | fd7de34daba296cf78758fa6d00dfb666b69bc0f /examples/api | |
parent | 6dc1e2f10c7ca8ba7caf5444efeb5bb015837829 (diff) |
env: Drop env_get_char_spec() and old, unused .get_char() implementations
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 <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'examples/api')
0 files changed, 0 insertions, 0 deletions