public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vidya Sagar <vidyas@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled
Date: Fri, 1 Nov 2013 18:54:21 +0530	[thread overview]
Message-ID: <5273AB85.2010909@nvidia.com> (raw)
In-Reply-To: <113ACA888B71994BB56E5CF3704953486D6631A701@BGMAIL02.nvidia.com>


On 10/31/2013 11:58 PM, wrote:
>
 > ________________________________________ From: Tom Warren Sent:
 > Thursday, October 31, 2013 9:38 PM To: Vidya Sagar;
 > u-boot at lists.denx.de Cc: Stephen Warren; Vidya Sagar; Tom Warren
 > Subject: RE: [PATCH] tegra: allow build to succeed with SPL disabled
 >
 > Vidya,
 >
 >> -----Original Message----- From: Vidya Sagar
 >> [mailto:vidyas at nvidia.com] Sent: Thursday, October 31, 2013 2:22
 >> AM To: u-boot at lists.denx.de Cc: Tom Warren; Stephen Warren; Vidya
 >> Sagar Subject: [PATCH] tegra: allow build to succeed with SPL
 >> disabled
 >>
 >> 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
 > LGTM, thanks.  I assume you built all Tegra boards using MAKEALL?
 >
 > If so, then: Acked-by: Tom Warren <twarren@nvidia.com> -- nvpublic

yes, I've built for all nvidia boards.
Here is the log...

#./MAKEALL -v nvidia
Configuring for dalmore board...
    text       data        bss        dec        hex    filename
  256692      15308     309924     581924      8e124 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for harmony board...
    text       data        bss        dec        hex    filename
  295786      11870     311232     618888      97188 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for seaboard board...
    text       data        bss        dec        hex    filename
  310284      13450     309544     633278      9a9be 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for ventana board...
    text       data        bss        dec        hex    filename
  248990       7690     307820     564500      89d14 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for whistler board...
    text       data        bss        dec        hex    filename
  244038       9018     307768     560824      88eb8 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for beaver board...
    text       data        bss        dec        hex    filename
  255926      16672     308676     581274      8de9a 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot
Configuring for cardhu board...
    text       data        bss        dec        hex    filename
  255926      16672     308676     581274      8de9a 
/home/vidyas/x/uboot/for_upstreaming/u-boot-tegra/../out/u-boot

--------------------- SUMMARY ----------------------------
Boards compiled: 7
----------------------------------------------------------

  parent reply	other threads:[~2013-11-01 13:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=5273AB85.2010909@nvidia.com \
    --to=vidyas@nvidia.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox