Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] u-boot: u-boot SPL is usually under ./spl/
@ 2013-03-03 16:49 Carlo Caione
  2013-03-03 18:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Carlo Caione @ 2013-03-03 16:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Carlo Caione <carlo.caione@gmail.com>
---
 boot/uboot/uboot.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index ea77259..3dfcca3 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -103,7 +103,7 @@ endef
 define UBOOT_INSTALL_IMAGES_CMDS
 	cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
 	$(if $(BR2_TARGET_UBOOT_SPL),
-		cp -dpf $(@D)/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
+		cp -dpf $(@D)/spl/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
 endef
 
 define UBOOT_INSTALL_OMAP_IFT_IMAGE
-- 
1.8.1.3

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

end of thread, other threads:[~2013-03-04 11:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 16:49 [Buildroot] [PATCH] u-boot: u-boot SPL is usually under ./spl/ Carlo Caione
2013-03-03 18:28 ` Thomas Petazzoni
2013-03-03 18:55   ` Carlo Caione
2013-03-03 19:52     ` Thomas Petazzoni
2013-03-03 20:53       ` Carlo Caione
2013-03-04  8:11         ` Thomas Petazzoni
2013-03-04 11:26         ` Peter Korsgaard

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