]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5edde1d1f8053bf9fbe1f866546e9d06dc110669
treeb232d2432b1384e1b12d9e82c5a805e6a9548490
parentb8b067bd5eb67807dfd25a1edeaa65a1fc19f11c
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