Re: [U-Boot] [PATCH] tools: env: fix config file loading in env library

2016-05-04 Thread Stefano Babic
On 29/04/2016 22:00, Anatolij Gustschin wrote: > env library is broken as the config file pointer is only initialized > in main(). When running in the env library parse_config() fails: > > Cannot parse config file '(null)': Bad address > > Ensure that config file pointer is always initialized.

[U-Boot] [PATCH] tools: env: fix config file loading in env library

2016-04-29 Thread Anatolij Gustschin
env library is broken as the config file pointer is only initialized in main(). When running in the env library parse_config() fails: Cannot parse config file '(null)': Bad address Ensure that config file pointer is always initialized. Signed-off-by: Anatolij Gustschin Cc: