1#
2# Copyright (c) 2022-2023, Stephan Gerhold <[email protected]>
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7ARM_ARCH_MAJOR		:= 7
8ARM_CORTEX_A7		:= yes
9
10BL31_BASE		?= 0x87e00000
11PRELOADED_BL33_BASE	?= 0x82900000
12QTI_UART_NUM		?= 5
13
14include plat/qti/msm8916/platform.mk
15