diff options
author | Stefan Roese <sr@denx.de> | 2015-04-25 06:29:45 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-05-05 14:28:29 +0200 |
commit | 8cb78722306351c5d61ce4da18c284ef59c0caef (patch) | |
tree | 7cfc10b9c1e089a48392765650f3131b41ab2eb2 /board/maxbcm | |
parent | 350b50eea31ac740e71f5d59b9a6a04b316c6d8d (diff) |
arm: armada-xp: Move SoC headers to mach-mvebu/include/mach
Move arch/arm/include/asm/arch-armada-xp/*
-> arch/arm/mach-mvebu/include/mach/*
Additionally the SYS_SOC is renamed from "armada-xp" to "mvebu". With this
change all these files can better be shared with other, newer Mavell
MVEBU SoC's. Like the upcoming Armada 38x support.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'board/maxbcm')
-rw-r--r-- | board/maxbcm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/maxbcm/Kconfig b/board/maxbcm/Kconfig index d833ca0e251..e86aa16247c 100644 --- a/board/maxbcm/Kconfig +++ b/board/maxbcm/Kconfig @@ -4,7 +4,7 @@ config SYS_BOARD default "maxbcm" config SYS_SOC - default "armada-xp" + default "mvebu" config SYS_CONFIG_NAME default "maxbcm" |