]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: armada-xp: Move SoC headers to mach-mvebu/include/mach
authorStefan Roese <sr@denx.de>
Sat, 25 Apr 2015 04:29:45 +0000 (06:29 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:11 +0000 (22:37 +0200)
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>
arch/arm/Makefile
arch/arm/mach-mvebu/include/mach/config.h [moved from arch/arm/include/asm/arch-armada-xp/config.h with 100% similarity]
arch/arm/mach-mvebu/include/mach/cpu.h [moved from arch/arm/include/asm/arch-armada-xp/cpu.h with 100% similarity]
arch/arm/mach-mvebu/include/mach/soc.h [moved from arch/arm/include/asm/arch-armada-xp/soc.h with 100% similarity]
board/Marvell/db-mv784mp-gp/Kconfig
board/maxbcm/Kconfig

index 268ec0cb31f1c270fdcf091f74d82de203dc2903..4ae0c5ae15d3a8fceaa1c65afbdb149a2ca78d86 100644 (file)
@@ -48,7 +48,7 @@ libs-y += arch/arm/imx-common/
 endif
 endif
 
-ifneq (,$(filter $(SOC), armada-xp kirkwood))
+ifneq (,$(filter $(SOC), mvebu kirkwood))
 libs-y += arch/arm/mvebu-common/
 endif
 
index 98aa10ade0be58523537a43dd34e13452e2851ea..d0b426e8d92be0e4f1504d1d23d9c81e4ae6be6e 100644 (file)
@@ -7,7 +7,7 @@ config SYS_VENDOR
        default "Marvell"
 
 config SYS_SOC
-       default "armada-xp"
+       default "mvebu"
 
 config SYS_CONFIG_NAME
        default "db-mv784mp-gp"
index d833ca0e2518ec3bdfa5982a8827e4cbbbf5c601..e86aa16247c0772ec0e6a5651be6480ccdb7969f 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "maxbcm"
 
 config SYS_SOC
-       default "armada-xp"
+       default "mvebu"
 
 config SYS_CONFIG_NAME
        default "maxbcm"