blob: b6a2b9995b8fd4a62da318cb53fe3a2ebbfc0e97 [file] [log] [blame]
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +03001# 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
Alex Leiboviched2fb472019-02-25 12:24:29 +020019# Set board to work with DDR 32bit
20DDR32 := 0
21$(eval $(call add_define,DDR32))