From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] u-boot: u-boot SPL is usually under ./spl/
Date: Sun, 3 Mar 2013 19:28:24 +0100 [thread overview]
Message-ID: <20130303192824.2a2faf5d@skate> (raw)
In-Reply-To: <1362329351-7738-1-git-send-email-carlo.caione@gmail.com>
Dear Carlo Caione,
On Sun, 3 Mar 2013 17:49:11 +0100, Carlo Caione wrote:
> 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)/)
In the case of OMAP, the SPL gets generated in the main source
directory. For which configuration do you see that it is installed only
in the spl/ sub-directory?
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-03-03 18:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130303192824.2a2faf5d@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.