Stephan Gerhold | b68e4e9 | 2022-08-28 15:18:55 +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 | BL32_SOURCES += ${MSM8916_PM_SOURCES} \ | ||||
8 | plat/common/${ARCH}/platform_mp_stack.S \ | ||||
9 | plat/qti/msm8916/sp_min/msm8916_sp_min_setup.c | ||||
10 | |||||
11 | override RESET_TO_SP_MIN := 1 |