1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Simon Glass
2019-12-28 10:45:03 -07:00
committed by Tom Rini
parent bb872dd930
commit 8e8ccfe1aa
20 changed files with 22 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
#include <command.h>
#include <dm.h>
#include <gzip.h>
#include <image.h>
#include <lcd.h>
#include <malloc.h>
#include <mapmem.h>

View File

@@ -7,6 +7,7 @@
#include <common.h>
#include <bootm.h>
#include <command.h>
#include <image.h>
#include <irq_func.h>
#include <lmb.h>
#include <linux/compiler.h>

View File

@@ -13,6 +13,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <malloc.h>
#include <mapmem.h>
#include <linux/list.h>

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <cpu_func.h>
#include <image.h>
#include <part.h>
int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,

View File

@@ -18,6 +18,7 @@
#include <cpu_func.h>
#include <elf.h>
#include <env.h>
#include <image.h>
#include <net.h>
#include <vxworks.h>
#ifdef CONFIG_X86

View File

@@ -73,6 +73,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <malloc.h>
#include <jffs2/jffs2.h>
#include <linux/list.h>

View File

@@ -13,6 +13,7 @@
#include <cpu_func.h>
#include <env.h>
#include <flash.h>
#include <image.h>
#include <s_record.h>
#include <net.h>
#include <exports.h>

View File

@@ -8,6 +8,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <vsprintf.h>
#include <errno.h>
#include <dm.h>

View File

@@ -20,6 +20,7 @@
*/
#include <common.h>
#include <image.h>
#include <linux/mtd/mtd.h>
#include <command.h>
#include <console.h>

View File

@@ -10,6 +10,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <net.h>
static int netboot_common(enum proto_t, cmd_tbl_t *, int, char * const []);

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <image.h>
#include <malloc.h>
#include <mapmem.h>
#include <lcd.h>