diff options
Diffstat (limited to 'board/freescale/t208xqds')
-rw-r--r-- | board/freescale/t208xqds/ddr.c | 1 | ||||
-rw-r--r-- | board/freescale/t208xqds/eth_t208xqds.c | 1 | ||||
-rw-r--r-- | board/freescale/t208xqds/t208xqds.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/t208xqds/ddr.c b/board/freescale/t208xqds/ddr.c index 5a97a84948..3317f99c81 100644 --- a/board/freescale/t208xqds/ddr.c +++ b/board/freescale/t208xqds/ddr.c @@ -7,6 +7,7 @@ #include <i2c.h> #include <hwconfig.h> #include <init.h> +#include <log.h> #include <asm/mmu.h> #include <fsl_ddr_sdram.h> #include <fsl_ddr_dimm_params.h> diff --git a/board/freescale/t208xqds/eth_t208xqds.c b/board/freescale/t208xqds/eth_t208xqds.c index 057fe411e9..938e606641 100644 --- a/board/freescale/t208xqds/eth_t208xqds.c +++ b/board/freescale/t208xqds/eth_t208xqds.c @@ -9,6 +9,7 @@ #include <common.h> #include <command.h> #include <fdt_support.h> +#include <log.h> #include <net.h> #include <netdev.h> #include <asm/mmu.h> diff --git a/board/freescale/t208xqds/t208xqds.c b/board/freescale/t208xqds/t208xqds.c index 9bf6ab1037..4979085e19 100644 --- a/board/freescale/t208xqds/t208xqds.c +++ b/board/freescale/t208xqds/t208xqds.c @@ -11,6 +11,7 @@ #include <i2c.h> #include <image.h> #include <init.h> +#include <log.h> #include <netdev.h> #include <linux/compiler.h> #include <asm/mmu.h> |