Stephan Gerhold | 4dd9b47 | 2022-09-16 10:45:19 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net> | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | ARM_ARCH_MAJOR := 7 | ||||
8 | ARM_CORTEX_A7 := yes | ||||
9 | |||||
10 | BL31_BASE ?= 0x87e00000 | ||||
11 | PRELOADED_BL33_BASE ?= 0x82900000 | ||||
12 | QTI_UART_NUM ?= 5 | ||||
13 | |||||
14 | include plat/qti/msm8916/platform.mk |