mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(morello): remove stray white-space in 'morello/platform.mk'" into integration
This commit is contained in:
commit
895d973d41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
# Making sure the Morello platform type is specified
|
# Making sure the Morello platform type is specified
|
||||||
ifeq ($(filter ${TARGET_PLATFORM}, fvp soc),)
|
ifeq ($(filter ${TARGET_PLATFORM}, fvp soc),)
|
||||||
$(error TARGET_PLATFORM must be fvp or soc)
|
$(error TARGET_PLATFORM must be fvp or soc)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MORELLO_BASE := plat/arm/board/morello
|
MORELLO_BASE := plat/arm/board/morello
|
||||||
|
|
Loading…
Add table
Reference in a new issue