Re: [U-Boot] [PATCH] env: factor out the env_get_char_spec() function

2012-01-05 Thread Wolfgang Denk
Dear Igor Grinberg, In message <1324906390-26264-1-git-send-email-grinb...@compulab.co.il> you wrote: > env_get_char_spec() function is duplicated across multiple environment > files. > Remove the duplication by providing a default implementation. > Add "weak" declaration, so the default implemen

[U-Boot] [PATCH] env: factor out the env_get_char_spec() function

2011-12-26 Thread Igor Grinberg
env_get_char_spec() function is duplicated across multiple environment files. Remove the duplication by providing a default implementation. Add "weak" declaration, so the default implementation can be overridden. Signed-off-by: Igor Grinberg --- common/env_common.c |7 +++ common/env_fl