common: Move the image globals into image.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:03 +0000 (10:45 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 19:02:35 +0000 (14:02 -0500)
commit8e8ccfe1aa1a3ea0cb88b4438c7a687fcf8632a1
tree676aead549f3a82f2cf0260474eb48f43aeb1c61
parentbb872dd930ccc0fb7a91c1b8e34b39ce2e9fed06
common: Move the image globals into image.h

These three globals relate to image handling. Move them to the image
header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
20 files changed:
cmd/bmp.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
common/board_r.c
common/update.c
drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c
include/common.h
include/image.h
lib/optee/optee.c
net/net.c
net/nfs.c
net/tftp.c