Merge "fix(morello): remove stray white-space in 'morello/platform.mk'" into integration

This commit is contained in:
Olivier Deprez 2025-02-04 11:20:13 +01:00 committed by TrustedFirmware Code Review
commit 895d973d41

View file

@ -1,12 +1,12 @@
#
# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
# Copyright (c) 2020-2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Making sure the Morello platform type is specified
ifeq ($(filter ${TARGET_PLATFORM}, fvp soc),)
$(error TARGET_PLATFORM must be fvp or soc)
$(error TARGET_PLATFORM must be fvp or soc)
endif
MORELLO_BASE := plat/arm/board/morello