commit | 38cce70dc473daf9d9770aed21eb04f616875978 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:02 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:49 2020 +0530 |
tree | 31cfceb95976941c377a7322be8575153c63aa50 | |
parent | 1f911d4b523af4e521e79c285eb452386e2fe25d [diff] |
image: Rename load_addr, save_addr, save_size These global variables are quite short and generic. In fact the same name is more often used locally for struct members and function arguments. Add a image_ prefix to make them easier to distinguish. Signed-off-by: Simon Glass <sjg@chromium.org>