diff options
author | Hung-Te Lin <hungte@chromium.org> | 2018-10-09 12:10:29 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-10-13 11:42:13 -0700 |
commit | 66381ae51d7da4a385b5898473d3ccaa8ee20c11 (patch) | |
tree | 4ac84204075c89513936a2d2e234f850f27a3b23 /Makefile | |
parent | 050f66f11e1879594d0705974daf1075863e1d21 (diff) | |
download | vboot-66381ae51d7da4a385b5898473d3ccaa8ee20c11.tar.gz |
futility: updater: Refactor function names
No real function changes.
For incoming changes, we want to rename the shared functions to make it more
clear (and more consistent) in hot it was used, including:
- load_image: should be load_firmware_image(image, filename)
- free_image: should be free_firmware_image
- reload_image: should be reload_firmware_image
- load_system_image: should be load_system_firmware
- create_temp_file: should be updater_create_temp_file to make it more clear
it is created for updater (and deleted when updater has finished)
BUG=chromium:875551
TEST=make futil; tests/futility/run_test_scripts.sh $(pwd)/build/futility
BRANCH=None
Change-Id: I120e30b5a4c40ccce03e5f361734f2583476703a
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1270322
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions