public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled
@ 2013-10-31  9:21 Vidya Sagar
  2013-10-31 16:08 ` Tom Warren
  2013-10-31 16:29 ` Stephen Warren
  0 siblings, 2 replies; 10+ messages in thread
From: Vidya Sagar @ 2013-10-31  9:21 UTC (permalink / raw)
  To: u-boot

u-boot-dtb-tegra.bin and u-boot-nodtb-tegra.bin binaries
are generated only if the SPL build is enabled as they have
dependency on SPL build

Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 1365db6..3c71082 100644
--- a/Makefile
+++ b/Makefile
@@ -407,12 +407,14 @@ endif
 
 # enable combined SPL/u-boot/dtb rules for tegra
 ifneq ($(CONFIG_TEGRA),)
+ifeq ($(CONFIG_SPL),y)
 ifeq ($(CONFIG_OF_SEPARATE),y)
 ALL-y += $(obj)u-boot-dtb-tegra.bin
 else
 ALL-y += $(obj)u-boot-nodtb-tegra.bin
 endif
 endif
+endif
 
 all:		$(ALL-y) $(SUBDIR_EXAMPLES)
 
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-01 17:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31  9:21 [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled Vidya Sagar
2013-10-31 16:08 ` Tom Warren
     [not found]   ` <113ACA888B71994BB56E5CF3704953486D6631A701@BGMAIL02.nvidia.com>
2013-11-01 13:24     ` Vidya Sagar
2013-11-01 13:28     ` Vidya Sagar
2013-11-01 17:27   ` Vidya Sagar
2013-11-01 17:34     ` Stephen Warren
2013-11-01 17:41       ` Vidya Sagar
2013-10-31 16:29 ` Stephen Warren
2013-11-01 17:29   ` Vidya Sagar
2013-11-01 17:39     ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox