xref: /aosp_15_r20/external/arm-trusted-firmware/plat/marvell/marvell.mk (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1# Copyright (C) 2018 Marvell International Ltd.
2#
3# SPDX-License-Identifier:     BSD-3-Clause
4# https://spdx.org/licenses
5
6# Marvell images
7BOOT_IMAGE			:= boot-image.bin
8BOOT_ENC_IMAGE			:= boot-image-enc.bin
9FLASH_IMAGE			:= flash-image.bin
10
11# Make non-trusted image by default
12MARVELL_SECURE_BOOT		:= 0
13$(eval $(call add_define,MARVELL_SECURE_BOOT))
14
15# Enable compilation for Palladium emulation platform
16PALLADIUM			:= 0
17$(eval $(call add_define,PALLADIUM))
18
19# Set board to work with DDR 32bit
20DDR32				:= 0
21$(eval $(call add_define,DDR32))
22