Re: [U-Boot] [PATCH 0/4] env: cleanups after adding multiple envs

2018-01-31 Thread Simon Goldschmidt
Sorry for the mess with the footer. Unfortunately, leaving it away is a manual step I have to remember with every patch :-( Let me know if I should resend... Simon On 31.01.2018 14:33, Simon Goldschmidt wrote: With the new code to support multiple environment drivers and select an environme

[U-Boot] [PATCH 0/4] env: cleanups after adding multiple envs

2018-01-31 Thread Simon Goldschmidt
With the new code to support multiple environment drivers and select an environment at runtime, to correctly implement fallback when one environment fails to load (e.g. crc error), the return value of env_import has to be propagated by all env driver's load function. While cleaning this up, made s