aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk')
-rw-r--r--roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk b/roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk
new file mode 100644
index 00000000..ad44d638
--- /dev/null
+++ b/roms/u-boot/arch/arm/cpu/armv7/omap3/config.mk
@@ -0,0 +1,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 += MLO
+else
+ALL-y += u-boot.img
+endif