]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
env: restore old env_get_char() behaviour
authorGoldschmidt Simon <sgoldschmidt@de.pepperl-fuchs.com>
Fri, 9 Feb 2018 20:23:17 +0000 (20:23 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 16 Feb 2018 16:12:42 +0000 (11:12 -0500)
With multiple environments, the 'get_char' callback for env
drivers does not really make sense any more because it is
only supported by two drivers (eeprom and nvram).

To restore single character loading for these drivers,
override 'env_get_char_spec'.

Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

No differences found