0219fb61 | 03-Aug-2017 |
Simon Glass <sjg@chromium.org> |
env: common: Drop env_get_addr()
This function is not used anywhere other than env_get_char(). Move the code into that function.
Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glas
env: common: Drop env_get_addr()
This function is not used anywhere other than env_get_char(). Move the code into that function.
Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
bcdfb8d5 | 03-Aug-2017 |
Simon Glass <sjg@chromium.org> |
env: common: Make env_get_addr/get_char_memory() static
These functions are not used outside this file. Make them static and order them to avoid forward declarations.
Signed-off-by: Simon Glass <sj
env: common: Make env_get_addr/get_char_memory() static
These functions are not used outside this file. Make them static and order them to avoid forward declarations.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|