]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/omap5/config.mk
arm: omap5: add U-Boot FIT signing and SPL image post-processing
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / config.mk
CommitLineData
508a58fa
S
1#
2# Copyright 2011 Linaro Limited
508a58fa
S
3#
4# Aneesh V <annesh@ti.com>
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
508a58fa
S
7#
8
410f5257
DA
9include $(srctree)/$(CPUDIR)/omap-common/config_secure.mk
10
508a58fa 11ifdef CONFIG_SPL_BUILD
410f5257
DA
12ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
13ALL-y += u-boot-spl_HS_MLO u-boot-spl_HS_X-LOADER
14else
9bf215b0 15ALL-y += MLO
410f5257 16endif
508a58fa 17else
17c29873
AD
18ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
19ALL-y += u-boot_HS.img
20endif
9e414032 21ALL-y += u-boot.img
508a58fa 22endif