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	?= 0x87e80000
11QTI_UART_NUM	?= 1
12
13include plat/qti/msm8916/platform.mk
14