aboutsummaryrefslogtreecommitdiff
path: root/plat/ti/k3/platform.mk
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2017-09-20 01:32:13 -0500
committerAndrew F. Davis <afd@ti.com>2018-06-19 12:42:37 -0500
commit8d675153358943c762dab30f241e75672f650b66 (patch)
tree32c97d745f6849457fd0cfa83e6a8020a66036d3 /plat/ti/k3/platform.mk
parent2e9c9e829964445d81e2d7073e9dc070a90ef3ec (diff)
downloadarm-trusted-firmware-8d675153358943c762dab30f241e75672f650b66.tar.gz
ti: k3: Introduce basic generic board support
While it would be useful to have a device tree based build, the required components are not in place yet, so support just a simple statically defined configuration to begin with. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'plat/ti/k3/platform.mk')
-rw-r--r--plat/ti/k3/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/ti/k3/platform.mk b/plat/ti/k3/platform.mk
index 613942c9c..65d5cc2a4 100644
--- a/plat/ti/k3/platform.mk
+++ b/plat/ti/k3/platform.mk
@@ -5,8 +5,10 @@
#
PLAT_PATH := plat/ti/k3
+TARGET_BOARD ?= generic
include ${PLAT_PATH}/common/plat_common.mk
+include ${PLAT_PATH}/board/${TARGET_BOARD}/board.mk
# modify BUILD_PLAT to point to board specific build directory
BUILD_PLAT := ${BUILD_BASE}/${PLAT}/${TARGET_BOARD}/${BUILD_TYPE}