summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap3/config.mk
blob: 2a3d1c5c3a5385dd690ebf34b046bdd2b79d676f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright 2011 Linaro Limited
#
# (C) Copyright 2010
# Texas Instruments, <www.ti.com>
#
# Aneesh V <aneesh@ti.com>
#
# SPDX-License-Identifier:	GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
ALL-y	+= $(OBJTREE)/MLO
else
ALL-y	+= u-boot.img
endif
OpenPOWER on IntegriCloud