Commit a2847172 authored by Grzegorz Jaszczyk's avatar Grzegorz Jaszczyk Committed by Marcin Wojtas
Browse files

marvell: armada: add extra level in marvell platform hierarchy



This commit is a preparation for upcoming support for OcteonTX and
OcteonTX2 product families. Armada platform related files (docs,
plat, include/plat) are moved to the new "armada" sub-folder.

Change-Id: Icf03356187078ad6a2e56c9870992be3ca4c9655
Signed-off-by: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
Signed-off-by: default avatarMarcin Wojtas <mw@semihalf.com>
parent 967a6d16
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
# https://spdx.org/licenses # https://spdx.org/licenses
# #
include plat/marvell/a3700/common/a3700_common.mk include plat/marvell/armada/a3700/common/a3700_common.mk
include plat/marvell/common/marvell_common.mk include plat/marvell/armada/common/marvell_common.mk
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# https://spdx.org/licenses # https://spdx.org/licenses
# #
MARVELL_PLAT_BASE := plat/marvell MARVELL_PLAT_BASE := plat/marvell/armada
MARVELL_PLAT_INCLUDE_BASE := include/plat/marvell MARVELL_PLAT_INCLUDE_BASE := include/plat/marvell/armada
PLAT_FAMILY := a3700 PLAT_FAMILY := a3700
PLAT_FAMILY_BASE := $(MARVELL_PLAT_BASE)/$(PLAT_FAMILY) PLAT_FAMILY_BASE := $(MARVELL_PLAT_BASE)/$(PLAT_FAMILY)
PLAT_INCLUDE_BASE := $(MARVELL_PLAT_INCLUDE_BASE)/$(PLAT_FAMILY) PLAT_INCLUDE_BASE := $(MARVELL_PLAT_INCLUDE_BASE)/$(PLAT_FAMILY)
...@@ -15,7 +15,7 @@ MARVELL_DRV_BASE := drivers/marvell ...@@ -15,7 +15,7 @@ MARVELL_DRV_BASE := drivers/marvell
MARVELL_COMMON_BASE := $(MARVELL_PLAT_BASE)/common MARVELL_COMMON_BASE := $(MARVELL_PLAT_BASE)/common
HANDLE_EA_EL3_FIRST := 1 HANDLE_EA_EL3_FIRST := 1
include $(MARVELL_PLAT_BASE)/marvell.mk include plat/marvell/marvell.mk
#*********** A3700 ************* #*********** A3700 *************
DOIMAGEPATH := $(WTP) DOIMAGEPATH := $(WTP)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment