diff options
author | Stefan Roese <sr@denx.de> | 2014-10-22 12:13:06 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 09:59:20 -0400 |
commit | 3dc23f7852158fafde9eb736060f9e8131997f19 (patch) | |
tree | 9304c712d44d32354ff17f1729948d4125ec317b /board/Seagate | |
parent | d80cca29fe8876278e6e0c863c869a4cade7e8ad (diff) | |
download | u-boot-imx-3dc23f7852158fafde9eb736060f9e8131997f19.zip u-boot-imx-3dc23f7852158fafde9eb736060f9e8131997f19.tar.gz u-boot-imx-3dc23f7852158fafde9eb736060f9e8131997f19.tar.bz2 |
arm: marvell: Move arch/kirkwood.h to arch/soc.h
This move makes is possible to use this header not only from kirkwood
platforms but from all Marvell mvebu platforms.
Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'board/Seagate')
-rw-r--r-- | board/Seagate/dockstar/dockstar.c | 2 | ||||
-rw-r--r-- | board/Seagate/goflexhome/goflexhome.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c index ff6a6a0..dc73dfa 100644 --- a/board/Seagate/dockstar/dockstar.c +++ b/board/Seagate/dockstar/dockstar.c @@ -11,7 +11,7 @@ #include <common.h> #include <miiphy.h> -#include <asm/arch/kirkwood.h> +#include <asm/arch/soc.h> #include <asm/arch/mpp.h> #include <asm/arch/cpu.h> #include <asm/io.h> diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c index a6598e9..3e4ae89 100644 --- a/board/Seagate/goflexhome/goflexhome.c +++ b/board/Seagate/goflexhome/goflexhome.c @@ -14,7 +14,7 @@ #include <common.h> #include <miiphy.h> -#include <asm/arch/kirkwood.h> +#include <asm/arch/soc.h> #include <asm/arch/mpp.h> #include <asm/arch/cpu.h> #include <asm/io.h> |