]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/zfs.c
image: Rename load_addr, save_addr, save_size
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:02 +0000 (10:45 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 19:02:35 +0000 (14:02 -0500)
commitbb872dd930ccc0fb7a91c1b8e34b39ce2e9fed06
tree583e177f483d60b15d54ed1b68240df39ea0d929
parent9a3b4ceb37989263e9280644912d269386b99bb7
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>
27 files changed:
cmd/bmp.c
cmd/booti.c
cmd/bootm.c
cmd/bootz.c
cmd/cramfs.c
cmd/disk.c
cmd/elf.c
cmd/jffs2.c
cmd/load.c
cmd/mvebu/bubt.c
cmd/nand.c
cmd/net.c
cmd/pxe_utils.c
cmd/reiser.c
cmd/source.c
cmd/ximg.c
cmd/zfs.c
common/board_r.c
common/image-fdt.c
common/image.c
common/spl/spl_net.c
common/update.c
drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
include/common.h
net/net.c
net/nfs.c
net/tftp.c