Re: [U-Boot] [PATCH] env: restore old env_get_char() behaviour

2018-02-13 Thread Maxime Ripard
On Fri, Feb 09, 2018 at 08:23:17PM +, Goldschmidt Simon wrote: > 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

Re: [U-Boot] [PATCH] env: restore old env_get_char() behaviour

2018-02-12 Thread York Sun
On 02/09/2018 12:23 PM, Goldschmidt Simon wrote: > 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_

[U-Boot] [PATCH] env: restore old env_get_char() behaviour

2018-02-09 Thread Goldschmidt Simon
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 --- env/e