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] [U-Boot, 1/2] Move all command code into its own directory
Date: Mon, 25 Jan 2016 16:28:22 -0500	[thread overview]
Message-ID: <20160125212822.GS3359@bill-the-cat> (raw)
In-Reply-To: <1453089233-29419-2-git-send-email-sjg@chromium.org>

On Sun, Jan 17, 2016 at 08:53:51PM -0700, Simon Glass wrote:

> There are a lot of unrelated files in common, including all of the commands.
> Moving them into their own directory makes them easier to find and is more
> logical.
> 
> Some commands include non-command code, such as cmd_scsi.c. This should be
> sorted out at some point so that the function can be enabled with or without
> the associated command.
> 
> Unfortunately, with m68k I get this error:
> 
> m68k:  +   M5329AFEE
> +arch/m68k/cpu/mcf532x/start.o: In function `_start':
> +arch/m68k/cpu/mcf532x/start.S:159:(.text+0x452): relocation truncated to fit: R_68K_PC16 against symbol `board_init_f' defined in .text.board_init_f section in common/built-in.o
> 
> I hope someone can shed some light on what this means. I hope it isn't
> depending on the position of code in the image.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Heiko Schocher <hs@denx.de>
> Acked-by: Stefan Roese <sr@denx.de>
> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160125/db522a38/attachment.sig>

  parent reply	other threads:[~2016-01-25 21:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18  3:53 [U-Boot] [PATCH 0/2] Move commands into their own directory Simon Glass
2016-01-18  3:53 ` [U-Boot] [PATCH 1/2] Move all command code into its " Simon Glass
2016-01-18  4:51   ` Bin Meng
2016-01-18  5:38   ` Heiko Schocher
2016-01-18  6:03   ` Stefan Roese
2016-01-18  8:28   ` Przemyslaw Marczak
2016-01-19  3:59   ` Masahiro Yamada
2016-01-19 15:53     ` Tom Rini
2016-01-20  4:35       ` Simon Glass
2016-01-25 21:28   ` Tom Rini [this message]
2016-01-18  3:53 ` [U-Boot] [PATCH 2/2] Remove the cmd_ prefix from command files Simon Glass
2016-01-18  4:51   ` Bin Meng
2016-01-18  5:38   ` Heiko Schocher
2016-01-18  6:04   ` Stefan Roese
2016-01-18  8:29   ` Przemyslaw Marczak
2016-01-25 21:28   ` [U-Boot] [U-Boot, " Tom Rini

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=20160125212822.GS3359@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.