Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-09 Thread Goldschmidt Simon
Maxime, York, I've just sent a patch that removes 'get_char' callback from the env drivers. This should restore the old behaviour we had before supporting multiple environment drivers (for all but eeprom, of course). Simon On 08.02.2018 23:10, Maxime Ripard wrote: On Thu, Feb 08, 2018 at

Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-08 Thread Maxime Ripard
On Thu, Feb 08, 2018 at 10:52:20AM +0100, Simon Goldschmidt wrote: > On 08.02.2018 09:47, Maxime Ripard wrote: > > On Wed, Feb 07, 2018 at 02:17:12PM -0800, York Sun wrote: > > > Commit 8a3a7e2270b3 ("env: Pass additional parameters to the env > > > lookup function") dropped the default action if

Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-08 Thread Simon Goldschmidt
On 08.02.2018 09:47, Maxime Ripard wrote: On Wed, Feb 07, 2018 at 02:17:12PM -0800, York Sun wrote: Commit 8a3a7e2270b3 ("env: Pass additional parameters to the env lookup function") dropped the default action if driver doesn't have get_char() defined. This causes failure to get environmental

Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-08 Thread Simon Goldschmidt
Sorry for the html mess, I'll resend in a minute. Simon Pepperl+Fuchs GmbH, Mannheim Geschaeftsfuehrer/Managing Directors: Dr.-Ing. Gunther Kegel (Vors./CEO), Werner Guthier, Mehmet Hatiboglu Vorsitzender des Aufsichtsrats/Chairman of the supervisory board: Claus Michael

Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-08 Thread Simon Goldschmidt
[e-news abonnieren] [YouTube: Pepperl+Fuchs auf YouTube] [@PepperlFuchsDE folgen] [Pepperl+Fuchs auf XING]

Re: [U-Boot] [PATCH 2/2] env: Add back default action of get_char in env_get_char()

2018-02-08 Thread Maxime Ripard
On Wed, Feb 07, 2018 at 02:17:12PM -0800, York Sun wrote: > Commit 8a3a7e2270b3 ("env: Pass additional parameters to the env > lookup function") dropped the default action if driver doesn't have > get_char() defined. This causes failure to get environmental > variables from NOR flash. Add back