common: Move the image globals into image.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:03 +0000 (10:45 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:49 +0000 (23:06 +0530)
commitea188950af50dbe172041d111c9ab57dd4632517
treeb232d2432b1384e1b12d9e82c5a805e6a9548490
parente7f0ec09a04d208b9cdfb095bacf5394d90f19f3
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