diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bootstage.c | 1 | ||||
-rw-r--r-- | cmd/disk.c | 1 | ||||
-rw-r--r-- | cmd/nand.c | 1 | ||||
-rw-r--r-- | cmd/net.c | 1 | ||||
-rw-r--r-- | cmd/usb.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/cmd/bootstage.c b/cmd/bootstage.c index ed0b0ff1fc..f1ea4e9598 100644 --- a/cmd/bootstage.c +++ b/cmd/bootstage.c @@ -4,6 +4,7 @@ */ #include <common.h> +#include <bootstage.h> static int do_bootstage_report(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) diff --git a/cmd/disk.c b/cmd/disk.c index 9e008a3889..da0660148c 100644 --- a/cmd/disk.c +++ b/cmd/disk.c @@ -4,6 +4,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ #include <common.h> +#include <bootstage.h> #include <command.h> #include <cpu_func.h> #include <image.h> diff --git a/cmd/nand.c b/cmd/nand.c index 9c2b5d718e..c42ab24ec0 100644 --- a/cmd/nand.c +++ b/cmd/nand.c @@ -20,6 +20,7 @@ */ #include <common.h> +#include <bootstage.h> #include <image.h> #include <asm/cache.h> #include <linux/mtd/mtd.h> @@ -8,6 +8,7 @@ * Boot support */ #include <common.h> +#include <bootstage.h> #include <command.h> #include <env.h> #include <image.h> @@ -12,6 +12,7 @@ #include <common.h> #include <blk.h> +#include <bootstage.h> #include <command.h> #include <console.h> #include <dm.h> |