summaryrefslogtreecommitdiffstats
path: root/plat/qti/mdm9607/platform.mk
blob: 4c6938c0fdd456390c8d0a8f2d3c20ab1e06b07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net>
#
# SPDX-License-Identifier: BSD-3-Clause
#

ARM_ARCH_MAJOR		:= 7
ARM_CORTEX_A7		:= yes

BL31_BASE		?= 0x87e00000
PRELOADED_BL33_BASE	?= 0x82900000
QTI_UART_NUM		?= 5

include plat/qti/msm8916/platform.mk