diff options
Diffstat (limited to 'board/freescale/t102xqds')
-rw-r--r-- | board/freescale/t102xqds/ddr.c | 1 | ||||
-rw-r--r-- | board/freescale/t102xqds/eth_t102xqds.c | 1 | ||||
-rw-r--r-- | board/freescale/t102xqds/t102xqds.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/t102xqds/ddr.c b/board/freescale/t102xqds/ddr.c index c3a60d6087b..ba589d4cb10 100644 --- a/board/freescale/t102xqds/ddr.c +++ b/board/freescale/t102xqds/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/t102xqds/eth_t102xqds.c b/board/freescale/t102xqds/eth_t102xqds.c index 4a3be4c5690..49ea21a83a5 100644 --- a/board/freescale/t102xqds/eth_t102xqds.c +++ b/board/freescale/t102xqds/eth_t102xqds.c @@ -8,6 +8,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/t102xqds/t102xqds.c b/board/freescale/t102xqds/t102xqds.c index 311d9efbfcb..84db2fa9bcd 100644 --- a/board/freescale/t102xqds/t102xqds.c +++ b/board/freescale/t102xqds/t102xqds.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> |