mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Luka Perkov
parent
350b50eea3
commit
8cb7872230
@@ -86,7 +86,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
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -4,7 +4,7 @@ config SYS_BOARD
|
||||
default "maxbcm"
|
||||
|
||||
config SYS_SOC
|
||||
default "armada-xp"
|
||||
default "mvebu"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "maxbcm"
|
||||
|
Reference in New Issue
Block a user