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>
This commit is contained in:
Stefan Roese
2014-10-22 12:13:06 +02:00
committed by Tom Rini
parent d80cca29fe
commit 3dc23f7852
33 changed files with 32 additions and 32 deletions

View File

@@ -13,7 +13,7 @@
#include <common.h>
#include <miiphy.h>
#include <asm/arch/cpu.h>
#include <asm/arch/kirkwood.h>
#include <asm/arch/soc.h>
#include <asm/arch/mpp.h>
#include "pogo_e02.h"