]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/omap5/config.mk
Merge git://git.denx.de/u-boot-dm
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap5 / config.mk
1 #
2 # Copyright 2011 Linaro Limited
3 #
4 # Aneesh V <annesh@ti.com>
5 #
6 # SPDX-License-Identifier: GPL-2.0+
7 #
8
9 include $(srctree)/$(CPUDIR)/omap-common/config_secure.mk
10
11 ifdef CONFIG_SPL_BUILD
12 ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
13 ALL-y += u-boot-spl_HS_MLO u-boot-spl_HS_X-LOADER
14 else
15 ALL-y += MLO
16 endif
17 else
18 ALL-y += u-boot.img
19 endif