diff options
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/am3517crane/am3517crane.c | 1 | ||||
-rw-r--r-- | board/ti/beagle/beagle.c | 1 | ||||
-rw-r--r-- | board/ti/evm/evm.c | 1 | ||||
-rw-r--r-- | board/ti/ks2_evm/board_k2e.c | 1 | ||||
-rw-r--r-- | board/ti/ks2_evm/board_k2hk.c | 1 | ||||
-rw-r--r-- | board/ti/ks2_evm/board_k2l.c | 1 | ||||
-rw-r--r-- | board/ti/omap5_uevm/evm.c | 1 | ||||
-rw-r--r-- | board/ti/panda/panda.c | 1 | ||||
-rw-r--r-- | board/ti/sdp4430/sdp.c | 1 | ||||
-rw-r--r-- | board/ti/ti814x/evm.c | 1 | ||||
-rw-r--r-- | board/ti/ti816x/evm.c | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/board/ti/am3517crane/am3517crane.c b/board/ti/am3517crane/am3517crane.c index 5d4e57ffc5..888aa5b9ca 100644 --- a/board/ti/am3517crane/am3517crane.c +++ b/board/ti/am3517crane/am3517crane.c @@ -10,6 +10,7 @@ */ #include <common.h> +#include <init.h> #include <asm/io.h> #include <asm/arch/mmc_host_def.h> #include <asm/arch/mem.h> diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 439b023da8..9139ad87d4 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle.c @@ -16,6 +16,7 @@ #include <bootstage.h> #include <dm.h> #include <env.h> +#include <init.h> #include <net.h> #include <ns16550.h> #include <serial.h> diff --git a/board/ti/evm/evm.c b/board/ti/evm/evm.c index 7161c934cd..d6d21bae1f 100644 --- a/board/ti/evm/evm.c +++ b/board/ti/evm/evm.c @@ -13,6 +13,7 @@ #include <common.h> #include <dm.h> #include <env.h> +#include <init.h> #include <net.h> #include <ns16550.h> #include <netdev.h> diff --git a/board/ti/ks2_evm/board_k2e.c b/board/ti/ks2_evm/board_k2e.c index 350cc68e49..39abb24e15 100644 --- a/board/ti/ks2_evm/board_k2e.c +++ b/board/ti/ks2_evm/board_k2e.c @@ -8,6 +8,7 @@ #include <common.h> #include <image.h> +#include <init.h> #include <asm/arch/ddr3.h> #include <asm/arch/hardware.h> #include <asm/ti-common/keystone_net.h> diff --git a/board/ti/ks2_evm/board_k2hk.c b/board/ti/ks2_evm/board_k2hk.c index 1eb6cd761e..12c4649c3c 100644 --- a/board/ti/ks2_evm/board_k2hk.c +++ b/board/ti/ks2_evm/board_k2hk.c @@ -8,6 +8,7 @@ #include <common.h> #include <image.h> +#include <init.h> #include <asm/arch/clock.h> #include <asm/arch/hardware.h> #include <asm/ti-common/keystone_net.h> diff --git a/board/ti/ks2_evm/board_k2l.c b/board/ti/ks2_evm/board_k2l.c index 5ff11ee0d6..f759ee3646 100644 --- a/board/ti/ks2_evm/board_k2l.c +++ b/board/ti/ks2_evm/board_k2l.c @@ -8,6 +8,7 @@ #include <common.h> #include <image.h> +#include <init.h> #include <asm/arch/ddr3.h> #include <asm/arch/hardware.h> #include <asm/ti-common/keystone_net.h> diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c index 0d19ad018a..fab48a70ef 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -6,6 +6,7 @@ * Steve Sakoman <steve@sakoman.com> */ #include <common.h> +#include <init.h> #include <net.h> #include <palmas.h> #include <asm/arch/omap.h> diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c index b1e51bc431..c9413af350 100644 --- a/board/ti/panda/panda.c +++ b/board/ti/panda/panda.c @@ -5,6 +5,7 @@ * Steve Sakoman <steve@sakoman.com> */ #include <common.h> +#include <init.h> #include <net.h> #include <asm/mach-types.h> #include <asm/arch/sys_proto.h> diff --git a/board/ti/sdp4430/sdp.c b/board/ti/sdp4430/sdp.c index 97da5ccf0d..a5b3504045 100644 --- a/board/ti/sdp4430/sdp.c +++ b/board/ti/sdp4430/sdp.c @@ -6,6 +6,7 @@ * Steve Sakoman <steve@sakoman.com> */ #include <common.h> +#include <init.h> #include <net.h> #include <twl6030.h> #include <asm/arch/sys_proto.h> diff --git a/board/ti/ti814x/evm.c b/board/ti/ti814x/evm.c index 7f82e71228..8ed80d2f46 100644 --- a/board/ti/ti814x/evm.c +++ b/board/ti/ti814x/evm.c @@ -11,6 +11,7 @@ #include <cpsw.h> #include <env.h> #include <errno.h> +#include <init.h> #include <net.h> #include <spl.h> #include <asm/arch/cpu.h> diff --git a/board/ti/ti816x/evm.c b/board/ti/ti816x/evm.c index e895a216fe..590c15676a 100644 --- a/board/ti/ti816x/evm.c +++ b/board/ti/ti816x/evm.c @@ -8,6 +8,7 @@ #include <common.h> #include <env.h> +#include <init.h> #include <net.h> #include <spl.h> #include <asm/cache.h> |