diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/axi.c | 1 | ||||
-rw-r--r-- | cmd/bcb.c | 1 | ||||
-rw-r--r-- | cmd/bmp.c | 1 | ||||
-rw-r--r-- | cmd/booti.c | 1 | ||||
-rw-r--r-- | cmd/bootmenu.c | 1 | ||||
-rw-r--r-- | cmd/bootz.c | 1 | ||||
-rw-r--r-- | cmd/cros_ec.c | 1 | ||||
-rw-r--r-- | cmd/disk.c | 1 | ||||
-rw-r--r-- | cmd/efi.c | 1 | ||||
-rw-r--r-- | cmd/efidebug.c | 1 | ||||
-rw-r--r-- | cmd/elf.c | 1 | ||||
-rw-r--r-- | cmd/flash.c | 1 | ||||
-rw-r--r-- | cmd/fpga.c | 1 | ||||
-rw-r--r-- | cmd/gpio.c | 1 | ||||
-rw-r--r-- | cmd/gpt.c | 1 | ||||
-rw-r--r-- | cmd/i2c.c | 1 | ||||
-rw-r--r-- | cmd/mem.c | 1 | ||||
-rw-r--r-- | cmd/mtdparts.c | 1 | ||||
-rw-r--r-- | cmd/nvedit.c | 1 | ||||
-rw-r--r-- | cmd/pxe_utils.c | 1 | ||||
-rw-r--r-- | cmd/setexpr.c | 1 | ||||
-rw-r--r-- | cmd/sf.c | 1 | ||||
-rw-r--r-- | cmd/source.c | 1 | ||||
-rw-r--r-- | cmd/spl.c | 1 | ||||
-rw-r--r-- | cmd/test.c | 1 | ||||
-rw-r--r-- | cmd/ti/ddr3.c | 1 | ||||
-rw-r--r-- | cmd/tpm_test.c | 1 | ||||
-rw-r--r-- | cmd/tsi148.c | 1 | ||||
-rw-r--r-- | cmd/ubifs.c | 1 |
29 files changed, 29 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include <command.h> #include <console.h> #include <dm.h> +#include <log.h> /* Currently selected AXI bus device */ static struct udevice *axi_cur_bus; @@ -8,6 +8,7 @@ #include <android_bootloader_message.h> #include <command.h> #include <common.h> +#include <log.h> #include <part.h> enum bcb_cmd { @@ -15,6 +15,7 @@ #include <gzip.h> #include <image.h> #include <lcd.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <splash.h> diff --git a/cmd/booti.c b/cmd/booti.c index ead2332..ae37975 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -10,6 +10,7 @@ #include <image.h> #include <irq_func.h> #include <lmb.h> +#include <log.h> #include <mapmem.h> #include <linux/kernel.h> #include <linux/sizes.h> diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c index 2e3f56e..551420d 100644 --- a/cmd/bootmenu.c +++ b/cmd/bootmenu.c @@ -7,6 +7,7 @@ #include <command.h> #include <ansi.h> #include <env.h> +#include <log.h> #include <menu.h> #include <watchdog.h> #include <malloc.h> diff --git a/cmd/bootz.c b/cmd/bootz.c index ac15856..bc15fd8e 100644 --- a/cmd/bootz.c +++ b/cmd/bootz.c @@ -10,6 +10,7 @@ #include <image.h> #include <irq_func.h> #include <lmb.h> +#include <log.h> #include <linux/compiler.h> int __weak bootz_setup(ulong image, ulong *start, ulong *end) diff --git a/cmd/cros_ec.c b/cmd/cros_ec.c index 3c7dd4d..ce1f59a 100644 --- a/cmd/cros_ec.c +++ b/cmd/cros_ec.c @@ -11,6 +11,7 @@ #include <cros_ec.h> #include <dm.h> #include <flash.h> +#include <log.h> #include <dm/device-internal.h> #include <dm/uclass-internal.h> @@ -8,6 +8,7 @@ #include <command.h> #include <cpu_func.h> #include <image.h> +#include <log.h> #include <part.h> int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc, @@ -8,6 +8,7 @@ #include <command.h> #include <efi.h> #include <errno.h> +#include <log.h> #include <malloc.h> #include <sort.h> diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 9b5bf1e..703dab0 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -11,6 +11,7 @@ #include <efi_loader.h> #include <exports.h> #include <hexdump.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <search.h> @@ -10,6 +10,7 @@ #include <elf.h> #include <env.h> #include <image.h> +#include <log.h> #include <net.h> #include <vxworks.h> #ifdef CONFIG_X86 diff --git a/cmd/flash.c b/cmd/flash.c index 77979e4..240871e 100644 --- a/cmd/flash.c +++ b/cmd/flash.c @@ -9,6 +9,7 @@ */ #include <common.h> #include <command.h> +#include <log.h> #include <uuid.h> #if defined(CONFIG_CMD_MTDPARTS) @@ -14,6 +14,7 @@ #include <fs.h> #include <gzip.h> #include <image.h> +#include <log.h> #include <malloc.h> static long do_fpga_get_device(char *arg) @@ -10,6 +10,7 @@ #include <command.h> #include <errno.h> #include <dm.h> +#include <log.h> #include <malloc.h> #include <asm/gpio.h> #include <linux/err.h> @@ -13,6 +13,7 @@ #include <common.h> #include <blk.h> #include <env.h> +#include <log.h> #include <malloc.h> #include <command.h> #include <part.h> @@ -73,6 +73,7 @@ #include <edid.h> #include <errno.h> #include <i2c.h> +#include <log.h> #include <malloc.h> #include <asm/byteorder.h> #include <linux/compiler.h> @@ -18,6 +18,7 @@ #include <console.h> #include <flash.h> #include <hash.h> +#include <log.h> #include <mapmem.h> #include <rand.h> #include <watchdog.h> diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c index 9fca085..5220142 100644 --- a/cmd/mtdparts.c +++ b/cmd/mtdparts.c @@ -73,6 +73,7 @@ #include <common.h> #include <command.h> #include <env.h> +#include <log.h> #include <malloc.h> #include <jffs2/load_kernel.h> #include <linux/list.h> diff --git a/cmd/nvedit.c b/cmd/nvedit.c index f44651c..3784abc 100644 --- a/cmd/nvedit.c +++ b/cmd/nvedit.c @@ -29,6 +29,7 @@ #include <console.h> #include <env.h> #include <env_internal.h> +#include <log.h> #include <net.h> #include <search.h> #include <errno.h> diff --git a/cmd/pxe_utils.c b/cmd/pxe_utils.c index ba4bb63..8716e78 100644 --- a/cmd/pxe_utils.c +++ b/cmd/pxe_utils.c @@ -8,6 +8,7 @@ #include <command.h> #include <env.h> #include <image.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <lcd.h> diff --git a/cmd/setexpr.c b/cmd/setexpr.c index 1d81ecf..770dc24 100644 --- a/cmd/setexpr.c +++ b/cmd/setexpr.c @@ -12,6 +12,7 @@ #include <config.h> #include <command.h> #include <env.h> +#include <log.h> #include <mapmem.h> static ulong get_arg(char *s, int w) @@ -10,6 +10,7 @@ #include <div64.h> #include <dm.h> #include <flash.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <spi.h> diff --git a/cmd/source.c b/cmd/source.c index cd58924..b6c709a 100644 --- a/cmd/source.c +++ b/cmd/source.c @@ -18,6 +18,7 @@ #include <command.h> #include <env.h> #include <image.h> +#include <log.h> #include <malloc.h> #include <mapmem.h> #include <asm/byteorder.h> @@ -9,6 +9,7 @@ #include <cmd_spl.h> #include <env.h> #include <image.h> +#include <log.h> #include <linux/libfdt.h> DECLARE_GLOBAL_DATA_PTR; @@ -7,6 +7,7 @@ #include <common.h> #include <command.h> #include <fs.h> +#include <log.h> #define OP_INVALID 0 #define OP_NOT 1 diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c index 756aa9e..623b63b 100644 --- a/cmd/ti/ddr3.c +++ b/cmd/ti/ddr3.c @@ -8,6 +8,7 @@ #include <cpu_func.h> #include <env.h> #include <init.h> +#include <log.h> #include <asm/arch/hardware.h> #include <asm/cache.h> #include <asm/emif.h> diff --git a/cmd/tpm_test.c b/cmd/tpm_test.c index a6a4636..ebfb25c 100644 --- a/cmd/tpm_test.c +++ b/cmd/tpm_test.c @@ -6,6 +6,7 @@ #include <common.h> #include <command.h> #include <cpu_func.h> +#include <log.h> #include <tpm-v1.h> #include "tpm-user-utils.h" diff --git a/cmd/tsi148.c b/cmd/tsi148.c index 25f98ac..2eae14f 100644 --- a/cmd/tsi148.c +++ b/cmd/tsi148.c @@ -9,6 +9,7 @@ #include <common.h> #include <command.h> +#include <log.h> #include <malloc.h> #include <asm/io.h> #include <pci.h> diff --git a/cmd/ubifs.c b/cmd/ubifs.c index e798b83..a26b653 100644 --- a/cmd/ubifs.c +++ b/cmd/ubifs.c @@ -14,6 +14,7 @@ #include <common.h> #include <config.h> #include <command.h> +#include <log.h> #include <ubifs_uboot.h> static int ubifs_initialized; |