All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Drop linker-generated array creation when CONFIG_CMDLINE is disabled
Date: Mon, 29 Jul 2019 21:24:56 -0400	[thread overview]
Message-ID: <20190730012456.GT16910@bill-the-cat> (raw)
In-Reply-To: <20190729072453.6711-1-andrej.rosano@f-secure.com>

On Mon, Jul 29, 2019 at 09:24:53AM +0200, andrej.rosano at f-secure.com wrote:

> From: Andrej Rosano <andrej.rosano@f-secure.com>
> 
> Linker generated array entry is not needed when the command line is
> disabled. Remove this code in that case.
> 
> This is required as the commit 80a48dd47e3bf3ede676fae5a630cb6c80de3e69
> breaks the linking stage when CONFIG_CMDLINE=n:
> 
> ..
>   LDS     u-boot.lds
>   LD      u-boot
> u-boot contains unexpected relocations: R_ARM_NONE
> R_ARM_RELATIVE
> make: *** [Makefile:1775: checkarmreloc] Error 1
> 
> Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190729/67e8e424/attachment.sig>

  reply	other threads:[~2019-07-30  1:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-29  7:24 [U-Boot] [PATCH] Drop linker-generated array creation when CONFIG_CMDLINE is disabled andrej.rosano at f-secure.com
2019-07-30  1:24 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-24 12:54 andrej.rosano at f-secure.com

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=20190730012456.GT16910@bill-the-cat \
    --to=trini@konsulko.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 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.